StructureConnectToPipe Method

Connect this structure to the specified pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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