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


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

IRasterTypeDataSourceHandler.CanOpen Method

Indicates whether a valid raster type is available in the specified collection that's capable of opening the given data source and returns a collection of all such valid raster types. This method uses all sensor raster types if IRasterTypeDataSourceHandlerPara

[Visual Basic .NET]
Public Function CanOpen ( _
    ByVal pParameters As IRasterTypeDataSourceHandlerParameters _
) As IArray
[C#]
public IArray CanOpen (
    IRasterTypeDataSourceHandlerParameters pParameters
);
[C++]
HRESULT CanOpen(
  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

IRasterTypeDataSourceHandler Interface