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


IRasterDataset.BasicOpenFromFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset.BasicOpenFromFile Method

Opens the dataset from file.

[Visual Basic .NET]
Public Sub BasicOpenFromFile ( _
    ByVal Path As String _
)
[C#]
public void BasicOpenFromFile (
    string Path
);
[C++]
HRESULT BasicOpenFromFile(
  BSTR Path
);
[C++]

Parameters Path [in] Path is a parameter of type BSTR

Product Availability

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

See Also

IRasterDataset Interface