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


IRasterClassNames.Names Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterClassNames Interface > IRasterClassNames.Names Property
ArcGIS Developer Help

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