Share

Structure.ConnectToPipe Method

Connect this structure to the specified pipe.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void ConnectToPipe(
	ObjectId pipeId,
	ConnectorPositionType positionType
)

VB

Public Sub ConnectToPipe ( 
	pipeId As ObjectId,
	positionType As ConnectorPositionType
)

C++

public:
void ConnectToPipe(
	ObjectId pipeId, 
	ConnectorPositionType positionType
)

Parameters

pipeId  ObjectId
The pipe to connect to.
positionType  ConnectorPositionType
The connector position, either start or end.

Exceptions

ExceptionCondition
ArgumentException Thrown when pipeId's type is not Autodesk.Civil.Pipe.

See Also

Reference

Was this information helpful?