IVZMapChartMarkers.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZMapChartMarker);

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.

Example

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

See also:

IVZMapChartMarkers