Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / NameParts Property

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

    Property Value

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