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


IRasterTypeHistory.GetAllRasterTypeInstances Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeHistory Interface > IRasterTypeHistory.GetAllRasterTypeInstances Method
ArcGIS Developer Help

IRasterTypeHistory.GetAllRasterTypeInstances Method

Returns all available raster type instances.

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

Product Availability

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

See Also

IRasterTypeHistory Interface