Feedback

  • Contents
 

II3IDToolAddOn::Register Method

Synopsis

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

IDL Function Prototype

HRESULT Register(

   [in] II3IDTool * Tool

);

C/C++ Syntax

HRESULT Register(II3IDTool * Tool);

Parameters

Tool

An II3IDTool tool object.