Count

Property of IMarkers

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Markers.Count;

Visual Basic Script

nVal = Markers.Count

C++

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

See Also

IMarkers