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

In This Topic
    NameParts Property (IFunctionBase)
    In This Topic
    Name of the IFunctionBase.
    Syntax
    FunctionBasePropertyList NameParts {get; set;}
    property FunctionBasePropertyList^ NameParts {
       FunctionBasePropertyList^ get();
       void set (    FunctionBasePropertyList^ value);
    }

    Property Value

    Name of the IFunctionBase stored in FunctionBasePropertyList as list of properties.
    Remarks
    To know DeviceTag syntax please see chapter 'Dialog Settings: DT syntax check' in P8 documentation.
    See Also