SurfaceBreaklineInsertIntoDrawing Method |
Inserts the breakline into the drawing as AutoCAD polylines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId InsertIntoDrawing()
Public Function InsertIntoDrawing As ObjectId
public:
ObjectId InsertIntoDrawing()
Return Value
ObjectId
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- The breakline still keeps the reference to polyline object in the drawing.
- The polyline object in the current operation was not deleted from the drawing.
|
See Also