ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandler.QuerySupportedFilesInFolder Method

Searches the given folder path, non-recursively, for files that can be opened by the specified collection of raster types and returns an array of valid file paths. This method uses RasterTypeEnvironment.GlobalSensorRasterTypes collection if no input raster typ

[Visual Basic .NET]
Public Sub QuerySupportedFilesInFolder ( _
    ByVal pParameters As IRasterTypeDataSourceHandlerParameters, _
    ByRef ppSupportedFilePaths As IStringArray, _
    ByRef ppAssociatedRasterTypes As IArray _
)
[C#]
public void QuerySupportedFilesInFolder (
    IRasterTypeDataSourceHandlerParameters pParameters,
    ref IStringArray ppSupportedFilePaths,
    ref IArray ppAssociatedRasterTypes
);
[C++]
HRESULT QuerySupportedFilesInFolder(
  IRasterTypeDataSourceHandlerParameters* pParameters,
  IStringArray** ppSupportedFilePaths,
  IArray** ppAssociatedRasterTypes
);
[C++]

Parameters

pParameters [in]

  pParameters is a parameter of type IRasterTypeDataSourceHandlerParameters

ppSupportedFilePaths [out]

  ppSupportedFilePaths is a parameter of type IStringArray

ppAssociatedRasterTypes [out]

  ppAssociatedRasterTypes is a parameter of type IArray

Product Availability

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

See Also

IRasterTypeDataSourceHandler Interface