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;
nVal = BaseViews.Count
long nVal;
HRESULT hr = BaseViews.get_Count(&nVal);