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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Indicates whether the routing path was generated automatically.

    See Also