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