Adds a color ramp to the list.
[Visual Basic .NET] Public Sub AddRamp ( _ ByVal ColorRamp As IColorRamp _ )
[C#] public void AddRamp ( IColorRamp ColorRamp );
[C++]
HRESULT AddRamp(
IColorRamp* ColorRamp
);
[C++]Parameters
ColorRamp [in]ColorRamp is a parameter of type IColorRamp
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
AddRamp is how color ramps are added to an IMultiPartColorRamp .