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.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public PressurePartConnection GetConnectionAt(
	int index
)

Parameters

index  Int32
 

Return Value

PressurePartConnection
See Also