OVERONE DotNetJ client program reference

JavaArray.SetValue Method 

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

public void SetValue(
   object val,
   int[] indices
);

Parameters

val
The value of the element to set. Pass either an object of a .NET primitive type or a JavaObject.
indices
The indices of the element.

See Also

JavaArray Class | JavaArray Members | OVERONE.DotNetJ Namespace