Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommand Method / AddCommand(MultiLangString,String,MultiLangString,MultiLangString) Method
Text that is set at a button, multilanguage
Command line of the action
Tooltip to the command, multilanguage
Description of the command, multilanguage

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

    Parameters

    multiLangButtonText
    Text that is set at a button, multilanguage
    strActionCommandLine
    Command line of the action
    tooltip
    Tooltip to the command, multilanguage
    description
    Description of the command, multilanguage

    Return Value

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