Gets the drawing document in which the rule is running.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
ReadOnly Property Document As DrawingDocument Get
C#
DrawingDocument Document { get; }
Return Value
Type: DrawingDocumentThe DrawingDocument (an Inventor API object).