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


IMultiPartColorRamp.AddRamp 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.AddRamp Method
ArcGIS Developer Help

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