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


IClassBreaksUIProperties.Method Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IClassBreaksUIProperties.Method Property

Classification method.

[Visual Basic .NET]
Public Property Method As UID
[C#]
public UID Method {get; set;}
[C++]
HRESULT get_Method(
  IUID** CLSID
);
[C++]
HRESULT putref_Method(
  IUID* CLSID
);
[C++]

Parameters CLSID [out, retval]
CLSID is a parameter of type IUID CLSID [in]
CLSID is a parameter of type IUID

Product Availability

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

Description

Method is the classification method used to create the class breaks. Use IClassify.MethodName to set this value.

See Also

IClassBreaksUIProperties Interface