This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeHistory Interface > IRasterTypeHistory.GetSelectedRasterTypeInstances Method (ArcObjects .NET 10.4 SDK) |
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