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


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

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(
  System.String* 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