This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColorRampElements Interface > IColorRampElements.Insert Method (ArcObjects .NET 10.4 SDK) |
Add a ColorRamp element at the specified posiiton.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pColorRamp As IColorRamp _ )
[C#] public void Insert ( int index, IColorRamp pColorRamp );
[C++]
HRESULT Insert(
long index,
IColorRamp* pColorRamp
);
[C++]
Parameters index [in] index is a parameter of type long pColorRamp [in]
pColorRamp is a parameter of type IColorRamp