NetworkBreakPipe Method

Break the specified pipe with a specified existing structure at a point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void BreakPipe(
	ObjectId pipeIdToBreak,
	Point3d breakPoint,
	ObjectId existingStructureId,
	ref ObjectId newPipeId
)

Parameters

pipeIdToBreak  ObjectId
The pipe to break.
breakPoint  Point3d
Break point on pipe.
existingStructureId  ObjectId
The existing Structure to place at the break point.
newPipeId  ObjectId
Returns the object id of the newly added pipe created by the break.
See Also