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

VisibleName Property (Plane)
Returns the visible name of the IFunctionBase.
Syntax
public virtual string VisibleName {get; set;}

Property Value

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