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


IRasterRendererClassInfo.ClassificationField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* 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