Share

IMultiValueParam.SetList Method

Sets the list of possible values for a parameter.

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

Syntax

VB

Sub SetList ( 
	parameterName As String,
	ParamArray args As Object()
)

C#

void SetList(
	string parameterName,
	params Object[] args
)

Parameters

parameterName
Type: System.String
The name of the parameter.
args
Type:  System.Object[]
The list of values.

See Also

Reference

Was this information helpful?