Microsoft SDK for Java

getPickVisual

This method of the Direct3dRMPickArray Class returns one of the Direct3dRMVisual objects associated with this object.

Syntax

public Direct3dRMVisual getPickVisual(int index, D3dRMPickDesc desc);

Return Value

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

Parameters

index 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.
desc The D3dRMPickDesc object that receives the pick description.

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