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


IClassifyMinMax.Maximum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClassifyMinMax Interface > IClassifyMinMax.Maximum Property
ArcGIS Developer Help

IClassifyMinMax.Maximum Property

The maximum value.

[Visual Basic .NET]
Public WriteOnly Property Maximum
[C#]
public void Maximum {set;}
[C++]
HRESULT put_Maximum(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

Description

Set the Maximum value in order to generate class breaks with the IClassify.Classify method. You also will need to set the Minimum value before generating the class breaks.

See Also

IClassifyMinMax Interface