Share

PressurePartConnection.Open Property

Returns true of the connection is open, false if it is closed.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool Open { get; }

VB

Public ReadOnly Property Open As Boolean
	Get

C++

public:
property bool Open {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?