This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiPartColorRamp Interface > IMultiPartColorRamp.AddRamp Method (ArcObjects .NET 10.5 SDK) |
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