API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_IS_CABLE Property / CONNECTION_IS_CABLE(Int32) Property

In This Topic
    CONNECTION_IS_CABLE(Int32) Property
    In This Topic
    Cable connection # 31058. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_IS_CABLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_IS_CABLE {
       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 is no longer in use and only taken into consideration in old projects. Indicates whether the connection can be part of a cable. If this property is not assigned to a connection or a connection definition point, the connection points determine whether this is a cable connection for the connection.

    See Also