Inserts the breakline into the drawing as AutoCAD polylines.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ObjectId InsertIntoDrawing()
Visual Basic
Public Function InsertIntoDrawing As ObjectId
Visual C++
public:
ObjectId InsertIntoDrawing()

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when:
  1. The breakline still keeps the reference to polyline object in the drawing.
  2. The polyline object in the current operation was not deleted from the drawing.

See Also