PressurePipe Class

A pipe network part serving to move fluids from one point to another.

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

Syntax

C#

public sealed class PressurePipe : PressurePart

Visual Basic

Public NotInheritable Class PressurePipe _
	Inherits PressurePart

Visual C++

public ref class PressurePipe sealed : public PressurePart

Remarks

To make a new pipe a meaningful part of a pipe Network, it must be connected to fittings or other pipes using the ConnectToStructure() or ConnectToPipe() methods.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.PressurePart
                        Autodesk.Civil.DatabaseServices.PressurePipe

See Also