scripting:api:markers:count

Count

Property of IMarkers

Returns number of items in collection

Read-Only Property of type long

var nVal = Markers.Count;
nVal = Markers.Count
long nVal;
HRESULT hr = Markers.get_Count(&nVal);