This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandler2 Interface > IRasterTypeDataSourceHandler2.OpenEx Method (ArcObjects .NET 10.4 SDK) |
Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset
[Visual Basic .NET] Public Function OpenEx ( _ ByVal pParameters As IRasterTypeDataSourceHandlerParameters _ ) As IArray
[C#] public IArray OpenEx ( IRasterTypeDataSourceHandlerParameters pParameters );
[C++]
HRESULT OpenEx(
IRasterTypeDataSourceHandlerParameters* pParameters,
IArray** ppDatasetsOrItems
);
[C++]
Parameters pParameters [in]
pParameters is a parameter of type IRasterTypeDataSourceHandlerParameters ppDatasetsOrItems [out, retval]
ppDatasetsOrItems is a parameter of type IArray