StormWaterControlDisconnect Method

Disconnects from a pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public void Disconnect(
	ObjectId pipeId
)

Parameters

pipeId  ObjectId
The pipe to disconnect from.
Exceptions
ExceptionCondition
ArgumentException Thrown when pipeId does not refer to an Autodesk.Civil.DatabaseServices.Pipe.
InvalidOperationException Thrown when the pipe is not connected to the stormwater control.
See Also