IsEmpty Property

Gets whether the pressure pipe network does not contain any part.

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

Syntax

C#

public bool IsEmpty { get; }

Visual Basic

Public ReadOnly Property IsEmpty As Boolean
	Get

Visual C++

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

See Also