scripting:api:tool-handler:auto-execute

AutoExecute

Property of IToolHandler

Gets AutoExecute property

Read-Write Property of type eToolAutoExecute

var nValue = ToolHandler.AutoExecute;
ToolHandler.AutoExecute = nValue;
nValue = ToolHandler.AutoExecute
ToolHandler.AutoExecute = nValue
eToolAutoExecute nValue;
HRESULT hr = ToolHandler.get_AutoExecute(&nValue);
hr = ToolHandler.put_AutoExecute(nValue);