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

In This Topic
    ActionCommandLine Property (RibbonCommandInfo)
    In This Topic
    Property to get or set action command line.
    Syntax
    public string ActionCommandLine {get; set;}
    public:
    property String^ ActionCommandLine {
       String^ get();
       void set (    String^ value);
    }
    See Also