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