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


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

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