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


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

IRasterTypeHistory2.GetAllRasterTypeInstanceIDs Method

Returns all available raster type instances IDs (ObjectIDs of all rows in the associated raster type table).

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

Product Availability

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

See Also

IRasterTypeHistory2 Interface