This document is archived and information here might be outdated. Recommended version. |
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**