Initializing help system before first use

LookupIndexValues Method (Object[])

Given a list of values of the array index (comprising objects of type int, string, bool or double), returns the index set positions for each value.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public int[] LookupIndexValues(
	params Object[] indexValues
)

Parameters

indexValues
Type:  SystemObject

Return Value

Type:  Int32
See Also