Share

LmiMath.MakeList Method

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: ArrayList
An ArrayList that contains the values provided.

See Also

Reference

Was this information helpful?