API Help
Eplan.EplApi.Scripting Namespace / DeclareAction Class / Name Property

In This Topic
    Name Property (DeclareAction)
    In This Topic
    Name of the action.
    Syntax
    public string Name {get;}
    public:
    property String^ Name {
       String^ get();
    }

    Property Value

    Returns the name of the action.
    See Also