Share

IRuleArguments.Arguments Property

Gets the complete list of arguments.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property Arguments As NameValueMap
	Get

C#

NameValueMap Arguments { get; }

Return Value

Type: NameValueMap
The list of arguments.

See Also

Reference

Was this information helpful?