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

In This Topic
    CONNECTION_DOUBLE_SLEEVES_SOURCE(Int32) Property
    In This Topic
    Dual sleeve prescribed at 2 targets at the source # 31098. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_DOUBLE_SLEEVES_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_DOUBLE_SLEEVES_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is activated during routing if the "Dual sleeve prescribed" (ID 35560) property is activated for the connection point at the source of the connection.

    See Also