- Contents
DesignerCOM API
II3IDToolSetAddOn::InitializeTools Method
Synopsis
Interaction Designer calls this method after II3IDToolSetAddOn::InitializeTypes to register your Tools.
IDL Function Prototype
HRESULT InitializeTools(
[in] II3ID * Designer
);
C/C++ Syntax
HRESULT InitializeTools(II3ID * Designer);
Parameters
- Designer
-
An II3ID interface pointer.