The container object used to associate pipes and structures that are part of the same pipe run or pipe network.

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

Syntax

C#
public sealed class PressurePipeNetwork : GeoEntity
Visual Basic
Public NotInheritable Class PressurePipeNetwork _
	Inherits GeoEntity
Visual C++
public ref class PressurePipeNetwork sealed : public GeoEntity

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices..::..Entity
                    Autodesk.Civil.DatabaseServices..::..GeoEntity
                      Autodesk.Civil.DatabaseServices..::..PressurePipeNetwork

See Also