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


IRasterBand.ClassNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.ClassNames Property

The class names (titles).

[Visual Basic .NET]
Public ReadOnly Property ClassNames As IRasterClassNames
[C#]
public IRasterClassNames ClassNames {get;}
[C++]
HRESULT get_ClassNames(
  IRasterClassNames** ppClassNames
);
[C++]

Parameters ppClassNames [out, retval]
ppClassNames is a parameter of type IRasterClassNames

Product Availability

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

See Also

IRasterBand Interface