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


IAlgorithmicColorRamp.Algorithm Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAlgorithmicColorRamp Interface > IAlgorithmicColorRamp.Algorithm Property
ArcGIS Developer Help

IAlgorithmicColorRamp.Algorithm Property

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 [in]

Algorithm is a parameter of type esriColorRampAlgorithm Algorithm [out, retval]
Algorithm is a parameter of type esriColorRampAlgorithm*

Product Availability

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

Description

Algorithm is the ramping algorithm used to create intermediate colors between the FromColor and the ToColor .

See Also

IAlgorithmicColorRamp Interface