PressurePartGetConnectionAt Method |
Gets the connection info at the port index.
For a pipe, 0 is the start, 1 is the end (also see Pipe.StartConnection, and pipe.EndConnection)
For an appurtenance or a fitting, the index is the part's port.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic PressurePartConnection GetConnectionAt(
int index
)
Public Function GetConnectionAt (
index As Integer
) As PressurePartConnection
public:
PressurePartConnection^ GetConnectionAt(
int index
)
Parameters
- index Int32
-
Return Value
PressurePartConnection
See Also