IVZMapChartArrows.Remove

Fore syntax

Remove(Index: Integer);

Fore.NET syntax

Remove(Index: integer);

Parameters

Index. Arrow index.

Description

The Remove method removes arrow from the collection by its index.

Comments

To clear the arrow collection, use IVZMapChartArrows.Clear.

To add a map to the collection, use IVZMapChartArrows.Add.

See also:

IVZMapChartArrows