Count
Property of IToolHandlers
Description
Returns number of items in collection
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = ToolHandlers.Count;
==== Visual Basic Script ====
nVal = ToolHandlers.Count
==== C++ ====
long nVal; HRESULT hr = ToolHandlers.get_Count(&nVal);
===== See Also ===== IToolHandlers