Break the specified pipe with a specified existing structure at a point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void BreakPipe(
ObjectId pipeIdToBreak,
Point3d breakPoint,
ObjectId existingStructureId,
ref ObjectId newPipeId
)
Public Sub BreakPipe (
pipeIdToBreak As ObjectId,
breakPoint As Point3d,
existingStructureId As ObjectId,
ByRef newPipeId As ObjectId
)
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