Click or drag to resize

UtilToIntegerCollection Method

Convert an integer safearray to an ArrayList collection that can be used in scripting languages

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public ArrayList ToIntegerCollection(
	int[] integerArray
)

Parameters

integerArray  Int32
Safearray of integers

Return Value

ArrayList
Colection of integers
See Also