Gets the document from which this rule is being run. If the rule is stored within a document, this will be that document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Property RuleDocument As Document
Get
C#
Document RuleDocument { get; }
Property Value
Type:
Document
See Also
Reference