MapGetCountΒΆ

MapGetCount returns the number of elements in the map.

nSize = MapGetCount(hMap)

Return Value

nSize is the number of elements. If the map is empty, the function returns 0.

Parameters

hMap

hMap Identifies the map.

id-129565