Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_ROUTE_DESTINATION_XPOS Property / CONNECTION_ROUTE_DESTINATION_XPOS Property

In This Topic
    CONNECTION_ROUTE_DESTINATION_XPOS Property
    In This Topic
    Routing track target: X coordinate # 31151.
    Syntax
    public PropertyValue CONNECTION_ROUTE_DESTINATION_XPOS {get; set;}
    public:
    property PropertyValue^ CONNECTION_ROUTE_DESTINATION_XPOS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is read-only..

    X coordinate for the target of the routing track.

    See Also