Gets whether the pressure pipe network does not contain any part.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsEmpty { get; }
VB
Public ReadOnly Property IsEmpty As Boolean Get
C++
public: property bool IsEmpty { bool get (); }