- Contents
DesignerCOM API
II3IDToolSetAddOn::ShutDown Method
Synopsis
Interaction Designer calls this method when it is preparing to release its interface pointer to the tool set.
IDL Function Prototype
HRESULT ShutDown(
[in] II3ID * Designer
);
C/C++ Syntax
HRESULT ShutDown(II3ID * Designer);
Parameters
- Designer
-
An II3ID interface pointer.