Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionBase Class / NameParts Property

In This Topic
    NameParts Property (FunctionBase)
    In This Topic
    Name of the Function.
    Syntax
    public virtual FunctionBasePropertyList NameParts {get; set;}
    public:
    virtual property FunctionBasePropertyList^ NameParts {
       FunctionBasePropertyList^ get();
       void set (    FunctionBasePropertyList^ value);
    }

    Property Value

    Name of the Function 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