IMapLayerArrows.FindByNames

Syntax

FindByNames(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 FindByNames method searches for an arrow by the specified names of connected territories.

Example

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

See also:

IMapLayerArrows