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.3.0
    C#
   
  public XPRMValue[] DereferenceIndex( int[] ndx )
Parameters
- ndx
 - 
   Type: 
   
   SystemInt32
   
   
An array index 
Return Value
Type: XPRMValueAn array of XPRMValue objects fetched from the index sets for this array.
