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


IMultiPartColorRamp.RemoveRamp Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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