LookupIndexValues Method (XPRMValue[])
  Given an array of XPRMValue[] objects, produce the array index as the offsets into the index sets of this array. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public int[] LookupIndexValues( params XPRMValue[] indexValues )
Parameters
- indexValues
- 
   Type: 
   
   MoselXPRMValue
   
   
 The values of an array index
Return Value
Type: Int32The index in each of the index sets of each of the value
 See Also
See Also
 
