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


IRasterClassNames.Names Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterClassNames.Names Property

String array of class (category) names.

[Visual Basic .NET]
Public ReadOnly Property Names As Object
[C#]
public object Names {get;}
[C++]
HRESULT get_Names(
  VARIANT* pNames
);
[C++]

Parameters pNames [out, retval] pNames is a parameter of type VARIANT

Product Availability

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

See Also

IRasterClassNames Interface