Advanced Drawing API functions in iLogic reference

Use the Advanced Drawing API functions if you want to take advantage of API functions. Note the following interface types for objects used in the Drawing functions:

ThisDrawing.Document

Accesses the underlying drawing document. Returns an object of type Inventor.DrawingDocument.

ICadSheet.Sheet

Accesses the underlying sheet. Returns an object of type Inventor.Sheet.

ICadView.View

Accesses the underlying view object. Returns an object of type Inventor.DrawingView.

ICadView.ModelDocument

Accesses the document shown in this view. Returns an object of type Inventor.Document. Returns Nothing if the document is not a model view.