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

In This Topic
    CABLINGSEGMENT_DESTINATION(Int32) Property
    In This Topic
    Topology: Target of routing path # 20256. This property isn't indexed.
    Syntax
    public PropertyValue CABLINGSEGMENT_DESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_DESTINATION {
       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 target of the connection.

    See Also