IVZMapChartArrows.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZMapChartArrow);

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