This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAlgorithmicColorRamp Interface > IAlgorithmicColorRamp.Algorithm Property (ArcObjects .NET 10.4 SDK) |
The algorithm used to ramp between the first and last colors.
[Visual Basic .NET] Public Property Algorithm As esriColorRampAlgorithm
[C#] public esriColorRampAlgorithm Algorithm {get; set;}
[C++]
HRESULT get_Algorithm(
esriColorRampAlgorithm* Algorithm
);
[C++]
HRESULT put_Algorithm(
esriColorRampAlgorithm Algorithm
);
[C++]
Parameters Algorithm [out, retval]
Algorithm is a parameter of type esriColorRampAlgorithm Algorithm [in]
Algorithm is a parameter of type esriColorRampAlgorithm
Algorithm is the ramping algorithm used to create intermediate colors between the FromColor and the ToColor .