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


IClassBreaksDef.ClassificationMethod Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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