IVZMapChartArrows.InsertAt

Fore syntax

InsertAt(Index: Integer; Value: IVZMapChartArrow);

Fore.NET syntax

IndertAt(Index: integer; Value: Prognoz.Platform.Interop.Visualizators.VZMapChartArrow);

Parameters

Index. Index of the position, to which arrow must be inserted.

Value. Arrow.

Description

The InsertAt method inserts the specified arrow to the specified collection position.

Comments

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

See also:

IVZMapChartArrows