Share

ICadDrawingView.ModelDocument 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: 29.0

Syntax

VB

ReadOnly Property ModelDocument As Document
	Get

C#

Document ModelDocument { get; }

Return Value

Type: Document
The model document.

See Also

Reference

Was this information helpful?