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


IRandomColorRamp.MaxValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.MaxValue Property
ArcGIS Developer Help

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(
  System.Int32* MaxValue
);
[C++]
Parameters
MaxValue [in]

MaxValue is a parameter of type long MaxValue [out, retval]
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