Feedback

  • Contents
 

II3IDToolSetAddOn Interface

Overview

Derived From:        IDispatch

Interface ID:          {0BE675A7-755B-49A8-A41E-348ED10F03DC}

The II3IDToolSetAddOn interface allows developers to define tools using COM instead of the native DLL API calls.

Methods

Initialize

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.

InitializeEnvironment

Initializes Designer's toolset environment. This method is called by Interaction Designer after the II3IDToolSetAddOn::InitializeTypes and II3IDToolSetAddOn::InitializeTools methods are called.

InitializeTools

Interaction Designer calls this method after II3IDToolSetAddOn::InitializeTypes to register your Tools.

InitializeTypes

Interaction Designer calls this method when your tool set should initialize its data types.

ShutDown

Interaction Designer calls this method when it is preparing to release its interface pointer to the tool set.

Properties

None.