Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommand Method / AddCommand(RibbonCommandInfo,RibbonIcon) Method
Object which are used as a template for a new ribbon command
Ribbon icon object which are used to create icon based on it

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

    Parameters

    ribbonCommandInfo
    Object which are used as a template for a new ribbon command
    icon
    Ribbon 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