- Contents
DesignerCOM API
II3IDToolSetAddOn::InitializeTypes Method
Synopsis
Interaction Designer calls this method when your tool set should initialize its data types.
IDL Function Prototype
HRESULT InitializeTypes(
[in] II3ID * Designer
);
C/C++ Syntax
HRESULT InitializeTypes(II3ID * Designer);
Parameters
- Designer
-
An II3ID interface pointer.