PressurePartConnection Class

A pressure pipe network part, base class for PressurePipe, PressureFitting and PressureAppurtenance classes.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesPressurePartConnection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public class PressurePartConnection : DisposableWrapper

The PressurePartConnection type exposes the following members.

Properties
 NameDescription
Public propertyConnectedId Gets the ObjectId of the connected object
Public propertyConnectedIndex Gets the connected object's port index
Public propertyDeflection Gets the deflection s of the network part connection.
Public propertyDeflectionUnit Gets the units of the deflection of the network part connection.
Public propertyDirection Gets the direction of the network part connection.
Public propertyEngagementLength Gets the direction of the network part connection.
Public propertyEngagementLengthUnit Gets the units of the engagement length
Public propertyJointEndType Gets the joint end type of the network part connection.
Public propertyNominalDiameter Gets the nominal of the network part connection.
Public propertyNominalDiameterUnit Gets the units of the nominal of the network part connection.
Public propertyOpen Returns true of the connection is open, false if it is closed.
Public propertyOutsideDiameter Gets the outside nominal diameter of the network part connection.
Public propertyOutsideDiameterUnit Gets the units of the outside diameter of the network part connection.
Public propertyPosition Gets the position of the network part connection.
Public propertyWallThickness Gets the wall thickness of the network part connection.
Public propertyWallThicknessUnit Gets the units of the wall thickness of the network part connection.
Top
Methods
 NameDescription
Public methodDeleteUnmanagedObject
(Overrides DisposableWrapper.DeleteUnmanagedObject)
Top
See Also