ArcObjects Library Reference (Carto)  

IImageServer3.GetCatalogItemCount Method

Gets the catalog item count for a given query filter.

[Visual Basic .NET]
Public Function GetCatalogItemCount ( _
    ByVal pFilter As IQueryFilter _
) As Integer
[C#]
public int GetCatalogItemCount (
    IQueryFilter pFilter
);
[C++]
HRESULT GetCatalogItemCount(
  IQueryFilter* pFilter,
  long* pNumItems
);
[C++]

Parameters

pFilter [in]

  pFilter is a parameter of type IQueryFilter

pNumItems [out, retval]   pNumItems is a parameter of type long

Product Availability

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

See Also

IImageServer3 Interface

.NET Related Topics

How to query an image service