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


IClassBreakInfo.ClassMinimumValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IClassBreakInfo.ClassMinimumValue Property

Class break class label.

[Visual Basic .NET]
Public Property ClassMinimumValue As Double
[C#]
public double ClassMinimumValue {get; set;}
[C++]
HRESULT get_ClassMinimumValue(
  double* Value
);
[C++]
HRESULT put_ClassMinimumValue(
  double Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double

Product Availability

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

See Also

IClassBreakInfo Interface