Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionBase Class / Name Property

In This Topic
    Name Property (FunctionBase)
    In This Topic
    Returns the name of the FunctionBase.
    Syntax
    public virtual string Name {get; set;}
    public:
    virtual property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Name of the function
    Exceptions
    ExceptionDescription
    Thrown when the name cannot be retrieved from the function.
    Thrown when the FunctionBase is transient.
    Thrown when trying to set NULL as a new value.
    See Also