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.4.208.0
Syntax
C#
public PressurePartConnection GetConnectionAt( int index )
Visual Basic
Public Function GetConnectionAt ( _ index As Integer _ ) As PressurePartConnection
Visual C++
public: PressurePartConnection^ GetConnectionAt( int index )
Parameters
- index
- Type: System.Int32