Eplan Platform API
Eplan.EplApi.DataModel Namespace / IFunctionBase Interface / VisibleName Property

VisibleName Property (IFunctionBase)
Returns the visible name of the IFunctionBase.
Syntax
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