A pressure pipe network part, base class for PressurePipe, PressureFitting and PressureAppurtenance classes.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesPressurePartConnection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PressurePartConnection : DisposableWrapper
VB
Public Class PressurePartConnection Inherits DisposableWrapper
C++
public ref class PressurePartConnection : public DisposableWrapper
The PressurePartConnection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConnectedId | Gets the ObjectId of the connected object | |
| ConnectedIndex | Gets the connected object's port index | |
| Deflection | Gets the deflection s of the network part connection. | |
| DeflectionUnit | Gets the units of the deflection of the network part connection. | |
| Direction | Gets the direction of the network part connection. | |
| EngagementLength | Gets the direction of the network part connection. | |
| EngagementLengthUnit | Gets the units of the engagement length | |
| JointEndType | Gets the joint end type of the network part connection. | |
| NominalDiameter | Gets the nominal of the network part connection. | |
| NominalDiameterUnit | Gets the units of the nominal of the network part connection. | |
| Open | Returns true of the connection is open, false if it is closed. | |
| OutsideDiameter | Gets the outside nominal diameter of the network part connection. | |
| OutsideDiameterUnit | Gets the units of the outside diameter of the network part connection. | |
| Position | Gets the position of the network part connection. | |
| WallThickness | Gets the wall thickness of the network part connection. | |
| WallThicknessUnit | Gets the units of the wall thickness of the network part connection. |
Methods
| Name | Description | |
|---|---|---|
| DeleteUnmanagedObject | (Overrides DisposableWrapper.DeleteUnmanagedObject) |
