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


IColorRampElements.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IColorRampElements.Add Method

Add a ColorRamp element.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pColorRamp As IColorRamp _
)
[C#]
public void Add (
    IColorRamp pColorRamp
);
[C++]
HRESULT Add(
  IColorRamp* pColorRamp
);
[C++]

Parameters pColorRamp [in]
pColorRamp is a parameter of type IColorRamp

Product Availability

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

See Also

IColorRampElements Interface