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


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

IRasterRendererClassInfo.ClassificationField Property

Classification field name or an empty string if a table doesn't exist.

[Visual Basic .NET]
Public ReadOnly Property ClassificationField As String
[C#]
public string ClassificationField {get;}
[C++]
HRESULT get_ClassificationField(
  System.String* classFieldName
);
[C++]
Parameters
classFieldName [out, retval]

classFieldName is a parameter of type BSTR*

Product Availability

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

See Also

IRasterRendererClassInfo Interface