API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / PART_TERMINAL_DIRECTION Property / PART_TERMINAL_DIRECTION(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is used if no routing direction has been entered for the individual connection point in the connection point pattern. The property is entered in parts management for connection point patterns and specifies the default value of the routing direction for a group of connection points.

    0 = Automatic

    1 = Move up

    2 = Down

    3 = Left

    4 = Right.

    See Also