PressurePipeDisconnectFromStructure Method

Disconnects the pipe from specified structure.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public void DisconnectFromStructure(
	ObjectId structureId
)

Parameters

structureId  ObjectId
The object id of structure that is Autodesk.Civil.DatabaseServices.Structure.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the structure is not connected to the pipe.
See Also