Click or drag to resize

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

Parameters

name
Type: SystemString
The name of the argument.

Return Value

Type: Object
The value of the argument. An exception (error) will be thrown if an argument by that name does not exist.
See Also