ICadDocModelDocument Property |
In a part or assembly, this will get the document in which the rule is running.
In a drawing, this will get the document that is shown in the first view of a model that is found. 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: 23.0
Syntax ReadOnly Property ModelDocument As Document
Get
Document ModelDocument { get; }
Return Value
Type:
DocumentThe document (an Inventor API object).
See Also