Creates an ArrayList from one or more values.
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public Shared Function MakeList ( ParamArray vals As Object() ) As ArrayList
C#
public static ArrayList MakeList( params Object[] vals )
Parameters
- vals
- Type: System.Object[]
The values.
Return Value
Type: ArrayListAn ArrayList that contains the values provided.