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


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

IClassBreaksDef.ClassificationMethod Property

Classification Method.

[Visual Basic .NET]
Public Property ClassificationMethod As esriClassifyMethod
[C#]
public esriClassifyMethod ClassificationMethod {get; set;}
[C++]
HRESULT get_ClassificationMethod(
  esriClassifyMethod* classifyMethod
);
[C++]
HRESULT put_ClassificationMethod(
  esriClassifyMethod classifyMethod
);
[C++]
Parameters
classifyMethod [out, retval]

classifyMethod is a parameter of type esriClassifyMethod* classifyMethod [in]
classifyMethod is a parameter of type esriClassifyMethod

Product Availability

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

See Also

IClassBreaksDef Interface