StructureConnectToPipe Method |
Connect this structure to the specified pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void ConnectToPipe(
ObjectId pipeId,
ConnectorPositionType positionType
)
Public Sub ConnectToPipe (
pipeId As ObjectId,
positionType As ConnectorPositionType
)
public:
void ConnectToPipe(
ObjectId pipeId,
ConnectorPositionType positionType
)
Parameters
- pipeId ObjectId
- The pipe to connect to.
- positionType ConnectorPositionType
- The connector position, either start or end.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when pipeId's type is not Autodesk.Civil.Pipe.
|
See Also