Gets the value of a rule argument.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
ReadOnly Default Property Value ( name As String ) As Object Get
C#
Object this[ string name ] { get; }
Parameters
- name
- Type: System.String
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.