Click or drag to resize

IiLogicAutomationGetRule Method

Gets a rule in a document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function GetRule ( 
	doc As Document,
	ruleName As String
) As iLogicRule

Parameters

doc
Type: Document
The document that contains the rule.
ruleName
Type: SystemString
Name of the rule to get.

Return Value

Type: iLogicRule
A rule object.
See Also