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


IClassifyMinMax.Minimum 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.Minimum Property
ArcGIS Developer Help

IClassifyMinMax.Minimum Property

The minimum value.

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

is a parameter of type double

Product Availability

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

Description

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

See Also

IClassifyMinMax Interface