This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.SpeedColorRamp Property (ArcObjects .NET 10.5 SDK) |
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