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

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

    Property Value

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