This method of the Direct3dRMVisualArray Class returns one of the Direct3dRMVisual objects associated with the current Direct3dRMVisualArray object.
public Direct3dRMVisual getElement(int index);
Returns the Direct3dRMVisual object if successful; otherwise, returns null.
index | Identifies the object to return. The index must be a value in the range of 0 to one less than the number returned by the getSize method. |