Share

ILowLevelSupport.RuleDocument Property

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: 30.0

Syntax

VB

ReadOnly Property RuleDocument As Document
	Get

C#

Document RuleDocument { get; }

Property Value

Type: Document

See Also

Reference

Was this information helpful?