API Help
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / VisibleNameParts Property

In This Topic
    VisibleNameParts Property (Plane)
    In This Topic
    Returns visible name of the IFunctionBase.
    Syntax
    public virtual FunctionBasePropertyList VisibleNameParts {get; set;}
    public:
    virtual property FunctionBasePropertyList^ VisibleNameParts {
       FunctionBasePropertyList^ get();
       void set (    FunctionBasePropertyList^ value);
    }

    Property Value

    Visible name of the IFunctionBase by FunctionBasePropertyList.
    See Also