Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / STRANDCONNECTOR_DESIGNATION Property / STRANDCONNECTOR_DESIGNATION Property

In This Topic
    STRANDCONNECTOR_DESIGNATION Property
    In This Topic
    Bundle: Connection point designation # 19070.
    Syntax
    public PropertyValue STRANDCONNECTOR_DESIGNATION {get; set;}
    public:
    property PropertyValue^ STRANDCONNECTOR_DESIGNATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    The bundle connection point designation identifies a connection within a bundle. It occurs in pairs (but not more often) for each bundle: At the connection point entering the bundle and at the connection point leaving the bundle. Several bundle connection point numbers can also be entered, separated by commas.

    See Also