Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommand Method / AddCommand(RibbonCommandInfo) Method
Object which are used as a template for a new ribbon command

In This Topic
    AddCommand(RibbonCommandInfo) Method
    In This Topic
    Adds new command to the command group. Use this method preferably!
    Syntax

    Parameters

    Parameter NameDescription
    ribbonCommandInfoObject which are used as a template for a new ribbon command

    Return Value

    Created command, or null if nothing was created
    Remarks
    The method can add a command only to a custom group. As a prerequisite to using this method, please set the action call (action name with parameters) in RibbonCommandInfo.ActionCommandLine.
    See Also