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

In This Topic
    CONNECTION_ROUTING_DIRECTION_SOURCE(Int32) Property
    In This Topic
    Routing direction source # 31114. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_ROUTING_DIRECTION_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_ROUTING_DIRECTION_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The routing directions are defined automatically on the basis of the implemented routing of the connection. They reflect the direction of the routing of the wire from the devices to the routing track.

    See Also