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


IClassBreakInfo.ClassMaximumValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreakInfo Interface > IClassBreakInfo.ClassMaximumValue Property
ArcGIS Developer Help

IClassBreakInfo.ClassMaximumValue Property

Class break class label.

[Visual Basic .NET]
Public Property ClassMaximumValue As Double
[C#]
public double ClassMaximumValue {get; set;}
[C++]
HRESULT get_ClassMaximumValue(
  System.Double* Value
);
[C++]
HRESULT put_ClassMaximumValue(
  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