Share

IiLogicAutomation.Rules Property

Gets a list of the rules in a document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property Rules ( 
	doc As Document
) As IEnumerable
	Get

C#

IEnumerable this[
	Document doc
] { 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

Reference

Was this information helpful?