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


IRasterClassNames.ClassName 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.ClassName Property
ArcGIS Developer Help

IRasterClassNames.ClassName Property

The class name at the current entry.

[Visual Basic .NET]
Public Function get_ClassName ( _
    ByVal nEntry As Integer _
) As String
[Visual Basic .NET]
Public Sub set_ClassName ( _
    ByVal nEntry As Integer, _
    ByVal pClassName As String _
)
[C#]
public string get_ClassName (
    int nEntry
);
[C#]
public void set_ClassName (
    int nEntry,
    string pClassName
);
[C++]
HRESULT get_ClassName(
  Long nEntry,
  BSTR pClassName
);
[C++]
HRESULT put_ClassName(
  Long nEntry,
  System.String* pClassName
);
[C++]
Parameters
nEntry [in]

nEntry is a parameter of type int pClassName
pClassName is a parameter of type BSTR nEntry [in]
nEntry is a parameter of type int pClassName [out, retval]
pClassName is a parameter of type BSTR*

Product Availability

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

See Also

IRasterClassNames Interface