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

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

    Property Value

    Name of the merged connection 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