Feedback

  • Contents
 

II3IDToolSetAddOn::Initialize Method

Synopsis

Initializes a new tool object. This method is called immediately after Designer creates the tool set object, but before Designer calls the II3IDToolSetAddOn::InitializeTypes method to initialize data types used by the tool object.

IDL Function Prototype

HRESULT Initialize(

   [in] II3ID * Designer

);

C/C++ Syntax

HRESULT Initialize( II3ID * Designer);

Parameters

Designer

An II3ID interface pointer.