Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlaceHolderText Class / ActionName Property

In This Topic
    ActionName Property
    In This Topic
    Gets/Sets the action name.
    Syntax
    public string ActionName {get; set;}
    public:
    property String^ ActionName {
       String^ get();
       void set (    String^ value);
    }
    See Also