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
IEnumerable this[
Document doc
] { get; }
Parameters
- doc
- Type: Document
The document that contains the rules.
Return Value
Type:
IEnumerableAn IEnumerable of objects that implement the iLogicRule interface.
See Also