IRuleArgumentsExists Method |
Determines whether the specified argument was provided to this rule.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function Exists (
name As String
) As Boolean
bool Exists(
string name
)
Parameters
- name
- Type: SystemString
The name of the argument.
Return Value
Type:
BooleanTrue if the argument exists.
See Also