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


IRasterCatalogTable.Size Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogTable Interface > IRasterCatalogTable.Size Property
ArcGIS Developer Help

IRasterCatalogTable.Size Property

Number of rasters in the raster catalog.

[Visual Basic .NET]
Public ReadOnly Property Size As Integer
[C#]
public int Size {get;}
[C++]
HRESULT get_Size(
  System.Int32* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long*

Product Availability

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

See Also

IRasterCatalogTable Interface