StructureDisconnect Method

Disconnect from a pipe.

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

Parameters

pipeId  ObjectId
The pipe to disconnect from.
Exceptions
ExceptionCondition
ArgumentException Thrown when the pipeId's type is not Autodesk.Civil.Pipe.
See Also