|  
 | 
 
 | |||||||||||||
| Class Direct3dRMDeviceArraypublic class Direct3dRMDeviceArray implements 
            IDirect3dRMDeviceArray
{
  // Methods
  public Direct3dRMDevice getElement(int index);
  public int getSize();
}
Applications use the methods of the Direct3dRMDeviceArray class to organize device objects. The Direct3dRMDeviceArray object is obtained by calling the getDevices method. MethodsgetElementpublic Direct3dRMDevice getElement(int index); getSizepublic int getSize(); 
 | 
|  | © 1998 Microsoft Corporation. All rights reserved. Terms of use. |