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


IMultiPartColorRamp.AddRamp Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMultiPartColorRamp.AddRamp Method

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 .

See Also

IMultiPartColorRamp Interface