Microsoft SDK for Java

getElement

This method of the Direct3dRMFaceArray Class returns one of the Direct3dRMFace objects associated with this object.

Syntax

public Direct3dRMFace getElement(int index);

Return Value

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

Parameters

index Identifies the object to return. 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.