====== UnRegisterTool ======
Method of [[:scripting:api:application:start|IApplication]]
===== Description =====
UnRegister a tool
===== Parameters =====
* [[:scripting:api:tool-handler:start|IToolHandler]] **pToolHandler**
===== Syntax =====
==== JavaScript ====
Application.UnRegisterTool(pToolHandler);
==== Visual Basic Script ====
Application.UnRegisterTool pToolHandler
==== C++ ====
HRESULT hr = Application.UnRegisterTool(pToolHandler);
===== See Also =====
[[:scripting:api:application:start|IApplication]]
~~NOTOC~~