ArcObjects Library Reference (DataSourcesRaster)  

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,
  BSTR pClassName
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterClassNames Interface