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


IRasterTypeHistory2.GetAllRasterTypeInstanceIDs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  IFIDSet** ppInstanceIDs
);
[C++]

Parameters ppInstanceIDs [out, retval]
ppInstanceIDs is a parameter of type IFIDSet

Product Availability

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

See Also

IRasterTypeHistory2 Interface