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

In This Topic
    CONNECTION_IS_PIPE(Int32) Property
    In This Topic
    Line # 31146. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_IS_PIPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_IS_PIPE {
       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..

    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