Click or drag to resize

IRuleArguments Interface

Provides access to context information provided via the RunRule family of automation methods.

In a rule, this interface is implemented by the predefined object named RuleArguments.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IRuleArguments

The IRuleArguments type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the complete list of arguments.
Public propertyValue
Gets the value of a rule argument.
Top
Methods
  NameDescription
Public methodExists
Determines whether the specified argument was provided to this rule.
Top
See Also