This document is archived and information here might be outdated.  Recommended version.


IMultiPartColorRamp.RemoveRamp Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiPartColorRamp Interface > IMultiPartColorRamp.RemoveRamp Method
ArcGIS Developer Help

IMultiPartColorRamp.RemoveRamp Method

Removes the color ramp located at the index position.

[Visual Basic .NET]
Public Sub RemoveRamp ( _
    ByVal index As Integer _
)
[C#]
public void RemoveRamp (
    int index
);
[C++]
HRESULT RemoveRamp(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

RemoveRamp removes the specified ramp from an IMultiPartColorRamp .

See Also

IMultiPartColorRamp Interface