Click or drag to resize

ICadDrawingModelDocument Property

Gets the document that is shown in the first view of a model that is found in the current drawing. If no such view is found, a value of Nothing will be returned.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property ModelDocument As Document
	Get

Return Value

Type: Document
The document (an Inventor API object).
See Also