Microsoft SDK for Java

getElement

This method of the Direct3dRMDeviceArray Class retrieves one of the Direct3dRMDevice objects associated with this object.

Syntax

public Direct3dRMDevice getElement(int index);

Return Value

Returns the Direct3dRMDevice object if successful; otherwise, returns null.

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.