Share

IRuleArguments.Value Property

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: Object
The value of the argument. An exception (error) will be thrown if an argument by that name does not exist.

See Also

Reference

Was this information helpful?