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