SurfaceOperationAddBoundaryInsertIntoDrawing Method |
Inserts boundaries 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:
- Boundaries still keep the reference to polyline object in the drawing.
- The polyline object was not deleted from the drawing.
|
See Also