API Help
Eplan.EplApi.DataModel Namespace / IFunctionBase Interface / VisibleNameParts Property

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

    Property Value

    Visible name of the IFunctionBase by FunctionBasePropertyList.
    See Also