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


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

IRasterTypeHistory.GetAllRasterTypeInstances Method

Returns all available raster type instances.

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

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

Product Availability

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

See Also

IRasterTypeHistory Interface