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