Share

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

Syntax

VB

ReadOnly Property ModelDocument As Document
	Get

C#

Document ModelDocument { get; }

Return Value

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

See Also

Reference

Was this information helpful?