Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommand Class / ActionCommandLine Property

In This Topic
    ActionCommandLine Property (RibbonCommand)
    In This Topic
    Returns action name with parameters
    Syntax
    public string ActionCommandLine {get;}
    public:
    property String^ ActionCommandLine {
       String^ get();
    }
    Remarks
    The command line is returned only in case of method can add a command only to a custom group.
    See Also