Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void ConnectToPipe(
	int portIndex,
	ObjectId pipeId,
	int pipePortIndex
)
Visual Basic
Public Sub ConnectToPipe ( _
	portIndex As Integer, _
	pipeId As ObjectId, _
	pipePortIndex As Integer _
)
Visual C++
public:
void ConnectToPipe(
	int portIndex, 
	ObjectId pipeId, 
	int pipePortIndex
)

Parameters

portIndex
Type: System..::..Int32
pipeId
Type: ObjectId
pipePortIndex
Type: System..::..Int32

See Also