API Help
Eplan.EplApi.DataModel.Topology Namespace / RoutedConnectionPropertyList Class / CONNECTIONCABLING_SINGLELINE_CREATED Property / CONNECTIONCABLING_SINGLELINE_CREATED(Int32) Property

In This Topic
    CONNECTIONCABLING_SINGLELINE_CREATED(Int32) Property
    In This Topic
    Topology: Generated single-line # 20343. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTIONCABLING_SINGLELINE_CREATED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTIONCABLING_SINGLELINE_CREATED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    This property stores whether a routing connection was generated from a single-line cable connection.

    See Also