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


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

IRasterTypeHistory.GetSelectedRasterTypeInstances Method

Returns all raster type instances associated with selected catalog items.

[Visual Basic .NET]
Public Function GetSelectedRasterTypeInstances ( _
    ByVal pSelectionParameters As ISelectionParameters _
) As IArray
[C#]
public IArray GetSelectedRasterTypeInstances (
    ISelectionParameters pSelectionParameters
);
[C++]
HRESULT GetSelectedRasterTypeInstances(
  ISelectionParameters* pSelectionParameters,
  IArray** ppRasterTypeInstanceArray
);
[C++]

Parameters pSelectionParameters [in]
pSelectionParameters is a parameter of type ISelectionParameters 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