IVZMapChartArrows.Item

Fore syntax

Item(Index: Integer): IVZMapChartArrow;

Fore.NET syntax

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

Parameters

Index. Arrow index.

Description

The Item property returns arrow by its index.

Comments

To get the number of arrows in the collection, use IVZMapChartArrows.Count.

See also:

IVZMapChartArrows