This document is archived and information here might be outdated.  Recommended version.


IGpsDisplayProperties.SpeedColorRamp Property (ArcObjects .NET 10.6 SDK)
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 [in]
ppColorRamp is a parameter of type IColorRamp* ppColorRamp [out, retval]
ppColorRamp is a parameter of type IColorRamp**

Product Availability

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

See Also

IGpsDisplayProperties Interface