Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / Name Property

Name Property (Plane)
Returns the name of the IFunctionBase.
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
IFunctionBase is transient.
Thrown while setting if new value is null.
See Also