- Contents
 
DesignerCOM API
II3IDSubroutines::QueryByName Method
Synopsis
Returns a subroutine from the collection by name.
IDL Function Prototype
HRESULT QueryByName(
[in] BSTR SubroutineName,
[out, retval] II3IDSubroutine ** theSubroutine
);
C/C++ Syntax
HRESULT QueryByName(BSTR SubroutineName, II3IDSubroutine ** theSubroutine);
Parameters
- SubroutineName
 - 
 
The name of the subroutine to retrieve from the collection.
 - theSubroutine
 - 
 
The return value is an II3IDSubroutine subroutine object.
 

 
			 