InsertIntoDrawing Method

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

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

Syntax

C#

public ObjectIdCollection InsertIntoDrawing()

Visual Basic

Public Function InsertIntoDrawing As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ InsertIntoDrawing()

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when:
  1. Boundaries still keep the reference to polyline object in the drawing.
  2. The polyline object was not deleted from the drawing.

See Also