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

Name Property (FunctionBase)
Returns the name of the FunctionBase.
Syntax
public virtual string Name {get; set;}

Property Value

name of the function
Exceptions
ExceptionDescription
Thrown when the name cannot be retrieved from the function
FunctionBase is transient.
Thrown while setting if new value is null.
See Also