Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_IS_PIPE Property / CONNECTION_IS_PIPE Property

In This Topic
    CONNECTION_IS_PIPE Property
    In This Topic
    Line # 31146.
    Syntax
    public PropertyValue CONNECTION_IS_PIPE {get; set;}
    public:
    property PropertyValue^ CONNECTION_IS_PIPE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Indicates whether the connection can be part of a line. This property is activated or deactivated in accordance with the set value for the Connection: Association (ID 31142) property.

    See Also