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


IRasterTypeDataSourceHandler.Open Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandler.Open Method

Builds the specified data source using the specified raster types and returns the constructed function raster dataset. This method uses all sensor raster types if no input raster type array is supplied. The method will set IRasterTypeDataSourceHandlerParameter

[Visual Basic .NET]
Public Function Open ( _
    ByVal pParameters As IRasterTypeDataSourceHandlerParameters _
) As IBuilderItem
[C#]
public IBuilderItem Open (
    IRasterTypeDataSourceHandlerParameters pParameters
);
[C++]
HRESULT Open(
  IRasterTypeDataSourceHandlerParameters* pParameters,
  IBuilderItem** ppBuilderItem
);
[C++]

Parameters pParameters [in]
pParameters is a parameter of type IRasterTypeDataSourceHandlerParameters ppBuilderItem [out, retval]
ppBuilderItem is a parameter of type IBuilderItem

Product Availability

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

See Also

IRasterTypeDataSourceHandler Interface