File and path name of the color ramp.
[Visual Basic .NET] Public Property ColorRamp As String
[C#] public string ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
BSTR* ColorRamp
);
[C++]
HRESULT put_ColorRamp(
BSTR ColorRamp
);
[C++]Parameters
ColorRamp [out, retval] ColorRamp is a parameter of type BSTR ColorRamp [in] ColorRamp is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ColorRamp is the name of the color ramp that is used to display the data. If that color ramp does not exist in the currently referenced styles, then use "Custom", this way something will appear in the user interface (versus a blank line, which can be confusing).