NextIndex Method
Updates the given index to point to the next defined cell in the array.
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0

C#
public bool NextIndex( int[] indices )
Parameters
- indices
-
Type:
SystemInt32
Return Value
Type: Booleanfalse if the given index points to the last defined cell in the array.
