IMapLayerArrows.CreateByNames

Syntax

CreateByNames(OriginID: String; DestID: String): IMapArrow;

Parameters

OriginID. Name of the territory that will be a start point for an arrow

DestID. Name of the territory being the arrow end point.

Description

The CreateByNames method adds an arrow to the collection based on the specified names of connected territories.

Example

The property use is given in the example for the IMapLayerArrows.CreateByIDs property.

See also:

IMapLayerArrows