IVZMapChartMarkers.InsertAt

Fore syntax

InsertAt(Index: Integer; Value: IVZMapChartMarker);

Fore.NET syntax

InsertAt(Index: integer; Value: Prognoz.Platform.Interop.Visualizators.VZMapChartMarker);

Parameters

Index. Index of the position, to which geolocation marker must be inserted.

Value. Geolocation marker.

Description

The InsertAt method inserts the specified geolocation marker to the specified collection position.

Comments

To add a geolocation marker to collection, use IVZMapChartMarkers.Add.

Fore and Fore.NET examples

The method use is given in the example for IVZMapChart.Markers.

See also:

IVZMapChartMarkers