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
Exception | Condition |
---|---|
ArgumentException | Thrown when pipeId's type is not Autodesk.Civil.Pipe. |