Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / CableNameParts Property

In This Topic
    CableNameParts Property
    In This Topic
    Gets/Sets a cable's name to the connection.
    Syntax
    public FunctionBasePropertyList CableNameParts {get; set;}
    public:
    property FunctionBasePropertyList^ CableNameParts {
       FunctionBasePropertyList^ get();
       void set (    FunctionBasePropertyList^ value);
    }

    Property Value

    Name of the cable returned as a FunctionBasePropertyList.
    Remarks
    By setting an existing cable's name to a connection, the connection is assigned to that cable (i.e. becomes the cable's wire).
    See Also