IVZMapChartMarkers.Add

Fore syntax

Add(Value: IVZMapChartMarker): Integer;

Fore.NET syntax

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

Parameters

Value. Geolocation marker.

Description

The Add method adds a geolocation marker to collection.

Comments

To remove geolocation marker from collection, use IVZMapChartMarkers.Remove.

Fore and Fore.NET examples

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

See also:

IVZMapChartMarkers