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

In This Topic
    CABLINGSEGMENT_LENGTH_AUTO(Int32) Property
    In This Topic
    Topology: Routing length (automatic) # 20250. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CABLINGSEGMENT_LENGTH_AUTO( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_LENGTH_AUTO {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    This property is read-only..

    Length of a routing path or routing point. Is used during routing to calculate the precise length of the associated connection. Shows the content of the manually entered routing length or, when that is empty, the geometric length.

    See Also