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


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

IRasterClassNames.Size Property

The number of Class Names for the band.

[Visual Basic .NET]
Public ReadOnly Property Size As Integer
[C#]
public int Size {get;}
[C++]
HRESULT get_Size(
  Long* pNumNames
);
[C++]

Parameters pNumNames [out, retval] pNumNames is a parameter of type Long

Product Availability

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

See Also

IRasterClassNames Interface