Click or drag to resize

IMultiValueParamSetList Method

Sets the list of possible values for a parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub SetList ( 
	parameterName As String,
	ParamArray args As Object()
)

Parameters

parameterName
Type: SystemString
The name of the parameter.
args
Type: SystemObject
The list of values.
See Also