The color ramp at the index position.
[Visual Basic .NET] Public Function get_Ramp ( _ ByVal index As Integer _ ) As IColorRamp
[Visual Basic .NET] Public Sub set_Ramp ( _ ByVal index As Integer, _ ByVal ColorRamp As IColorRamp _ )
[C#] public IColorRamp get_Ramp ( int index );
[C#] public void set_Ramp ( int index, IColorRamp ColorRamp );
[C++]
HRESULT get_Ramp(
long index,
IColorRamp** ColorRamp
);
[C++]
HRESULT put_Ramp(
long index,
IColorRamp* ColorRamp
);
[C++]Parameters
index [in] index is a parameter of type long ColorRamp [out, retval]ColorRamp is a parameter of type IColorRamp
index [in] index is a parameter of type long ColorRamp [in]ColorRamp is a parameter of type IColorRamp
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Ramp is a specific ramp contained within an IMultiPartColorRamp .