API Help
Eplan.EplApi.DataModel.Topology Namespace / SegmentPropertyList Class / CABLINGSEGMENT_HEIGHT_DIFF Property / CABLINGSEGMENT_HEIGHT_DIFF(Int32) Property

In This Topic
    CABLINGSEGMENT_HEIGHT_DIFF(Int32) Property
    In This Topic
    Topology: Height difference # 20347. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CABLINGSEGMENT_HEIGHT_DIFF( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_HEIGHT_DIFF {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The routing length of the vertical routing path is displayed with preceding sign in this property. The preceding sign "+" means "upwards", "-" means "downwards". The property is only filled if a direction for the height difference was specified.

    See Also