Share

SurfaceOperationAddBreakline.InsertIntoDrawing Method

Inserts breaklines in the current operation into the drawing as AutoCAD polylines.



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

Syntax

C#

public ObjectIdCollection InsertIntoDrawing()

VB

Public Function InsertIntoDrawing As ObjectIdCollection

C++

public:
ObjectIdCollection^ InsertIntoDrawing()

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
InvalidOperationException Thrown when:
  1. Breaklines still keep the reference to polyline object in the drawing.
  2. None of the polyline objects in the current operation was deleted from the drawing.

See Also

Reference

Was this information helpful?