Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommandWithId Method
RibbonCommand ID is used to add command to custom Group

In This Topic
    AddCommandWithId Method
    In This Topic
    Adds new command to the command group with commandID
    Syntax
    public RibbonCommand AddCommandWithId( 
       uint ribbonCommandId
    )
    public:
    RibbonCommand^ AddCommandWithId( 
       uint ribbonCommandId
    ) 

    Parameters

    ribbonCommandId
    RibbonCommand ID is used to add command to custom Group

    Return Value

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