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


IClassify.MethodName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClassify Interface > IClassify.MethodName Property
ArcGIS Developer Help

IClassify.MethodName Property

The name of the classification method (based on choice of classification object).

[Visual Basic .NET]
Public ReadOnly Property MethodName As String
[C#]
public string MethodName {get;}
[C++]
HRESULT get_MethodName(
  System.String* txt
);
[C++]
Parameters
txt [out, retval]

txt is a parameter of type BSTR*

Product Availability

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

Description

MethodName returns the classification method name (as it appears in the classification dialog).  Use to determine the CoClass currently implementing IClassify .

See Also

IClassify Interface | ClassBreaksRenderer Class | DefinedInterval Class | StandardDeviation Class | NaturalBreaks Class | Quantile Class | EqualInterval Class