This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterClassNames Interface > IRasterClassNames.ClassName Property (ArcObjects .NET 10.5 SDK) |
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