This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandler Interface > IRasterTypeDataSourceHandler.QuerySupportedFilesInFolder Method (ArcObjects .NET 10.5 SDK) |
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 all sensor raster types if IRasterTypeDataSourceHandlerParameters.AllowBuilderI
[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