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


IAlgorithmicColorRamp.Algorithm Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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 [out, retval]
Algorithm is a parameter of type esriColorRampAlgorithm Algorithm [in]
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

.NET Snippets

Create Gradient Fill Symbol