Initializing help system before first use

DereferenceIndex Method

Given an array index as the offsets into the index sets, this function returns the corresponding values from the index sets.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public XPRMValue[] DereferenceIndex(
	int[] ndx
)

Parameters

ndx
Type:  SystemInt32
An array index

Return Value

Type:  XPRMValue
An array of XPRMValue objects fetched from the index sets for this array.
See Also