Feedback

  • Contents
 

II3IDToolAddOn::Unregister Method

Synopsis

This method is called when an instance of a tool is being unregistered by Interaction Designer.

IDL Function Prototype

HRESULT Unregister(

   [in] II3IDTool * Tool

);

C/C++ Syntax

HRESULT Unregister(II3IDTool * Tool);

Parameters

Tool

The II3IDTool tool object that is being unregistered.