- Contents
DesignerCOM API
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
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. |
|
Initializes Designer's toolset environment. This method is called by Interaction Designer after the II3IDToolSetAddOn::InitializeTypes and II3IDToolSetAddOn::InitializeTools methods are called. |
|
Interaction Designer calls this method after II3IDToolSetAddOn::InitializeTypes to register your Tools. |
|
Interaction Designer calls this method when your tool set should initialize its data types. |
|
Interaction Designer calls this method when it is preparing to release its interface pointer to the tool set. |
Properties
None.