Click or drag to resize

LmiMathMakeList Method

Creates an ArrayList from one or more values.

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax
Public Shared Function MakeList ( 
	ParamArray vals As Object()
) As ArrayList

Parameters

vals
Type: SystemObject
The values.

Return Value

Type: ArrayList
An ArrayList that contains the values provided.
See Also