Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommand Method / AddCommand(MultiLangString,String,MultiLangString,MultiLangString,RibbonIcon) Method
Text that is set at a button, multilanguage
Command line of the action
Tooltip to the command, multilanguage
Description of the command, multilanguage
Ribbon icon object which are used to create icon based on it

In This Topic
    AddCommand(MultiLangString,String,MultiLangString,MultiLangString,RibbonIcon) Method
    In This Topic
    Adds new command to the command group
    Syntax

    Parameters

    Parameter NameDescription
    multiLangButtonTextText that is set at a button, multilanguage
    strActionCommandLineCommand line of the action
    multiLangTooltipTooltip to the command, multilanguage
    multiLangDescriptionDescription of the command, multilanguage
    iconRibbon icon object which are used to create icon based on it

    Return Value

    Created command, or null if nothing was created
    Remarks
    The method can add a command only to a custom group.
    See Also