SurfaceOperationAddBreaklineInsertIntoDrawing Method |
Inserts breaklines in the current operation into the drawing as AutoCAD polylines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection InsertIntoDrawing()
Public Function InsertIntoDrawing As ObjectIdCollection
public:
ObjectIdCollection^ InsertIntoDrawing()
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- Breaklines still keep the reference to polyline object in the drawing.
- None of the polyline objects in the current operation was deleted from the drawing.
|
See Also