Microsoft SDK for Java

getElement

This method of the Direct3dRMVisualArray Class returns one of the Direct3dRMVisual objects associated with the current Direct3dRMVisualArray object.

Syntax

public Direct3dRMVisual getElement(int index);

Return Value

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

Parameters

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.

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