Share

Network.BreakPipe 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.280

Syntax

C#

public void BreakPipe(
	ObjectId pipeIdToBreak,
	Point3d breakPoint,
	ObjectId existingStructureId,
	ref ObjectId newPipeId
)

VB

Public Sub BreakPipe ( 
	pipeIdToBreak As ObjectId,
	breakPoint As Point3d,
	existingStructureId As ObjectId,
	ByRef newPipeId As ObjectId
)

C++

public:
void BreakPipe(
	ObjectId pipeIdToBreak, 
	Point3d breakPoint, 
	ObjectId existingStructureId, 
	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

Reference

Was this information helpful?