IMapLayerArrows.UseDataMapping

Fore Syntax

UseDataMapping: Boolean;

Fore.NET Syntax

UseDataMapping: boolean;

Description

The UseDataMapping property determines whether size and fill parameters are used for an arrow.

Comments

Available values:

To get arrow fill parameters, use IMapLayerArrows.ColorMapping.

To get arrow size parameters, use IMapLayerArrows.BasementWidth.

Fore and Fore.NET Examples

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

See also:

IMapLayerArrows