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


IRandomColorRamp.MaxValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRandomColorRamp.MaxValue Property

The maximum value (0-100).

[Visual Basic .NET]
Public Property MaxValue As Integer
[C#]
public int MaxValue {get; set;}
[C++]
HRESULT get_MaxValue(
  long* MaxValue
);
[C++]
HRESULT put_MaxValue(
  long MaxValue
);
[C++]

Parameters MaxValue [out, retval] MaxValue is a parameter of type long MaxValue [in] MaxValue is a parameter of type long

Product Availability

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

Description

MaxValue is maximum value any random color can be (0-100).

See Also

IRandomColorRamp Interface

.NET Related Topics

Defining a renderer for a layer