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