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