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