Share

Structure.Disconnect Method

Disconnect from a pipe.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void Disconnect(
	ObjectId pipeId
)

VB

Public Sub Disconnect ( 
	pipeId As ObjectId
)

C++

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

Reference

Was this information helpful?