ICadDrawingViewModelDocument Property |
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: 23.0
Syntax ReadOnly Property ModelDocument As Document
Get
Document ModelDocument { get; }
Return Value
Type:
DocumentThe model document.
See Also