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

In This Topic
    VisibleName Property (IFunctionBase)
    In This Topic
    Returns the visible name of the IFunctionBase.
    Syntax
    string VisibleName {get; set;}
    property String^ VisibleName {
       String^ get();
       void set (    String^ value);
    }

    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