Disconnect from a pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void Disconnect( ObjectId pipeId ) |
| Visual Basic |
|---|
Public Sub Disconnect ( _ pipeId As ObjectId _ ) |
| Visual C++ |
|---|
public: void Disconnect( ObjectId pipeId ) |
Parameters
- pipeId
- Type: ObjectId
The pipe to disconnect from.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the pipeId's type is not Autodesk.Civil.Pipe. |