Microsoft SDK for Java

getNamedObject

This method of the Direct3dRM Class retrieves a Direct3dRMObject object, given its name.

Syntax

public Direct3dRMObject getNamedObject(String name);

Return Value

Returns the Direct3dRMObject object if successful; otherwise, null.

Parameters

name The name of the object to be searched for.

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