ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.SpeedColorRamp Property

The color ramp used to vary the color by speed.

[Visual Basic .NET]
Public Property SpeedColorRamp As IColorRamp
[C#]
public IColorRamp SpeedColorRamp {get; set;}
[C++]
HRESULT get_SpeedColorRamp(
  IColorRamp** ppColorRamp
);
[C++]
HRESULT putref_SpeedColorRamp(
  IColorRamp* ppColorRamp
);
[C++]

Parameters

ppColorRamp [out, retval]

  ppColorRamp is a parameter of type IColorRamp

ppColorRamp [in]

  ppColorRamp is a parameter of type IColorRamp

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpsDisplayProperties Interface