Break the specified pipe with a specified existing structure at a point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void BreakPipe(
ObjectId pipeIdToBreak,
Point3d breakPoint,
ObjectId existingStructureId,
ref ObjectId newPipeId
) |
Visual Basic |
---|
Public Sub BreakPipe ( _
pipeIdToBreak As ObjectId, _
breakPoint As Point3d, _
existingStructureId As ObjectId, _
ByRef newPipeId As ObjectId _
) |
Visual C++ |
---|
public:
void BreakPipe(
ObjectId pipeIdToBreak,
Point3d breakPoint,
ObjectId existingStructureId,
ObjectId% newPipeId
) |
Parameters
- pipeIdToBreak
- Type: ObjectId
The pipe to break.
- breakPoint
- Type: Point3d
Break point on pipe.
- existingStructureId
- Type: ObjectId
The existing Structure to place at the break point.
- newPipeId
- Type: ObjectId%
Returns the object id of the newly added pipe created by the break.
See Also