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

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