IMapLayerArrows.ColorMapping

Fore Syntax

ColorMapping: IMapVisualColorProperty;

Fore.NET Syntax

ColorMapping: Prognoz.Platform.Interop.Map.IMapVisualColorProperty;

Description

The ColorMapping property returns arrow fill parameters.

Comments

To use the property, the IMapLayerArrows.UseDataMapping property must be set to True.

To get numeric parameters of arrow size, use IMapLayerArrows.BasementWidth.

Fore and Fore.NET Examples

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

See also:

IMapLayerArrows