Share

PressurePart.GetConnectionAt 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.280

Syntax

C#

public PressurePartConnection GetConnectionAt(
	int index
)

VB

Public Function GetConnectionAt ( 
	index As Integer
) As PressurePartConnection

C++

public:
PressurePartConnection^ GetConnectionAt(
	int index
)

Parameters

index  Int32
 

Return Value

PressurePartConnection

See Also

Reference

Was this information helpful?