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: 30.0
Syntax
VB
ReadOnly Property ModelDocument As Document Get
C#
Document ModelDocument { get; }
Return Value
Type: DocumentThe document (an Inventor API object).