scripting:api:tool-handlers:count

Count

Property of IToolHandlers

Returns number of items in collection

Read-Only Property of type long

var nVal = ToolHandlers.Count;

==== Visual Basic Script ====

nVal = ToolHandlers.Count

==== C++ ====

long nVal;
HRESULT hr = ToolHandlers.get_Count(&nVal);

===== See Also ===== IToolHandlers