Gets the model document (part or assembly) shown in this view. If the view is not a model view, this will be Nothing.
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 model document.