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


IRasterCollection.RasterCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCollection.RasterCount Property

The number of rasters in this raster collection.

[Visual Basic .NET]
Public ReadOnly Property RasterCount As Integer
[C#]
public int RasterCount {get;}
[C++]
HRESULT get_RasterCount(
  long* Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type long

Product Availability

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

See Also

IRasterCollection Interface