UnRegisterTool

Method of IApplication

Description

UnRegister a tool

Parameters

Syntax

JavaScript

Application.UnRegisterTool(pToolHandler);

Visual Basic Script

Application.UnRegisterTool pToolHandler

C++

HRESULT hr = Application.UnRegisterTool(pToolHandler);

See Also

IApplication