Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_TERMINAL_DIRECTION Property / PART_TERMINAL_DIRECTION Property

In This Topic
    PART_TERMINAL_DIRECTION Property
    In This Topic
    Routing direction (default) # 22948.
    Syntax
    public MDPropertyValue PART_TERMINAL_DIRECTION {get; set;}
    public:
    property MDPropertyValue^ PART_TERMINAL_DIRECTION {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    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