scripting:api:base-views:count

Count

Property of IBaseViews

Returns number of items in collection

Read-Only Property of type long

var nVal = BaseViews.Count;

==== Visual Basic Script ====

nVal = BaseViews.Count

==== C++ ====

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

===== See Also ===== IBaseViews