API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / STRANDCONNECTOR_DESIGNATION Property / STRANDCONNECTOR_DESIGNATION(Int32) Property

In This Topic
    STRANDCONNECTOR_DESIGNATION(Int32) Property
    In This Topic
    Bundle: Connection point designation # 19070. This property isn't indexed.
    Syntax
    public PropertyValue STRANDCONNECTOR_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ STRANDCONNECTOR_DESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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