Click or drag to resize

IiLogicAutomationRules Property

Gets a list of the rules in a document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property Rules ( 
	doc As Document
) As IEnumerable
	Get

Parameters

doc
Type: Document
The document that contains the rules.

Return Value

Type: IEnumerable
An IEnumerable of objects that implement the iLogicRule interface.
See Also