This document is archived and information here might be outdated. Recommended version. |
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*