IVZMapChartMarkers.Item

Fore syntax

Item(Index: Integer): IVZMapChartMarker;

Fore.NET syntax

Item[Index: integer]: Prognoz.Platform.Interop.Visualizators.VZMapChartMarker;

Description

The Item property returns geolocation marker by its index.

Comments

To determines the number of collection geolocation markers, use the IVZMapChartMarkers.Count.

See also:

IVZMapChartMarkers