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


IRasterTypeDataSourceHandler2.OpenEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandler2.OpenEx Method

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

Product Availability

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

See Also

IRasterTypeDataSourceHandler2 Interface