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

In This Topic
    CONNECTION_ROUTE_DESTINATION_ZPOS(Int32) Property
    In This Topic
    Routing track target: Z coordinate # 31153. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_ROUTE_DESTINATION_ZPOS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_ROUTE_DESTINATION_ZPOS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is read-only..

    Z coordinate for the target of the routing track.

    See Also