Click or drag to resize

IMultiValueParamList Property (Object, String)

Gets or sets the list of possible values for a parameter in a component or document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property List ( 
	componentOrDocName As Object,
	parameterName As String
) As IList
	Get
	Set

Parameters

componentOrDocName
Type: SystemObject
The name of the component occurrence or document.
parameterName
Type: SystemString
The name of the parameter.

Return Value

Type: IList
See Also