Feedback

  • Contents
 

II3IDVariables::QueryByName Method

Synopsis

Retrieves a variable by its name in the variable collection.

IDL Function Prototype

HRESULT QueryByName(

   [in] BSTR VariableName,

   [out, retval] II3IDVariable ** theVariable

);

C/C++ Syntax

HRESULT QueryByName(BSTR VariableName, II3IDVariable ** theVariable);

Parameters

VariableName

The name of the variable to retrieve from the collection.

theVariable

The return value is an II3IDVariable variable object.