API Help
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPointPropertyList Class / CONNECTION_WORKING_CONTROL_LINE Property / CONNECTION_WORKING_CONTROL_LINE(Int32) Property

In This Topic
    CONNECTION_WORKING_CONTROL_LINE(Int32) Property
    In This Topic
    Pressure line / control line # 31057. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WORKING_CONTROL_LINE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WORKING_CONTROL_LINE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows whether the connection is a pressure or control line.

    See Also