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


IClassBreaksDef.ClassificationField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IClassBreaksDef.ClassificationField Property

Names of the classification field.

[Visual Basic .NET]
Public Property ClassificationField As String
[C#]
public string ClassificationField {get; set;}
[C++]
HRESULT get_ClassificationField(
  BSTR* ClassificationField
);
[C++]
HRESULT put_ClassificationField(
  BSTR ClassificationField
);
[C++]

Parameters ClassificationField [out, retval] ClassificationField is a parameter of type BSTR ClassificationField [in] ClassificationField is a parameter of type BSTR

Product Availability

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

See Also

IClassBreaksDef Interface