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

In This Topic
    CABLINGSEGMENT_SOURCE(Int32) Property
    In This Topic
    Topology: Source of routing path # 20197. This property isn't indexed.
    Syntax
    public PropertyValue CABLINGSEGMENT_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Indicates the topology function connected to the routing path that is the source of the connection.

    See Also