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: 29.0
Syntax
VB
Public Interface IRuleArguments
C#
public interface IRuleArguments
The IRuleArguments type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Arguments |
Gets the complete list of arguments.
|
![]() | Value |
Gets the value of a rule argument.
|
![]() | VaultCheckIn |
Arguments for the Before Vault Check-in event.
This can be used to get information about the check-in, and optionally to cancel it.
|
Methods
Name | Description | |
---|---|---|
![]() | Exists |
Determines whether the specified argument was provided to this rule.
|