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


IRasterTypeDataSourceHandler2.OpenEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandler2 Interface > IRasterTypeDataSourceHandler2.OpenEx Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pParameters [in]

pParameters is a parameter of type IRasterTypeDataSourceHandlerParameters*

Product Availability

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

See Also

IRasterTypeDataSourceHandler2 Interface