OVERONE DotNetJ client program reference

JavaArray.GetValue Method 

Gets the element at the specified index if the array is multidimensional.

public object GetValue(
   int[] indices
);

Parameters

indices
The indices of the element.

Return Value

Either an object of a .NET primitive type or a JavaObject.

See Also

JavaArray Class | JavaArray Members | OVERONE.DotNetJ Namespace