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


IRasterTypeHistory.GetOverviewInstances Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeHistory.GetOverviewInstances Method

Returns all raster type instances corresponding to overview schemas.

[Visual Basic .NET]
Public Function GetOverviewInstances ( _
) As IArray
[C#]
public IArray GetOverviewInstances (
);
[C++]
HRESULT GetOverviewInstances(
  IArray** ppOverviewRasterTypeInstances
);
[C++]

Parameters ppOverviewRasterTypeInstances [out, retval]
ppOverviewRasterTypeInstances is a parameter of type IArray

Product Availability

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

See Also

IRasterTypeHistory Interface