IRuleArgumentsValue Property |
Gets the value of a rule argument.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Default Property Value (
name As String
) As Object
Get
Object this[
string name
] { get; }
Parameters
- name
- Type: SystemString
The name of the argument.
Return Value
Type:
ObjectThe value of the argument. An exception (error) will be thrown if an argument by that name does not exist.
See Also