- Contents
DesignerCOM API
II3ID::Tools Property
get_Tools
Returns a collection of the currently registered tools within Interaction Designer. This can be used to query whether or not a tool is already registered.
IDL Function Prototype
HRESULT Tools(
[out, retval] II3IDTools ** theTools
);
C/C++ Syntax
HRESULT get_Tools( II3IDTools ** theTools);
Parameters
- theTools
-
The return value is an II3IDTools collection.