Gets the state if it's breaking a pipe
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsBreakingPipe { get; }
VB
Public ReadOnly Property IsBreakingPipe As Boolean Get
C++
public: property bool IsBreakingPipe { bool get (); }