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


IFormatTest.FormatIdentify Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFormatTest.FormatIdentify Method

The title of the dataset's format, if supported.

[Visual Basic .NET]
Public Function FormatIdentify ( _
    ByVal Path As String _
) As IFormatData
[C#]
public IFormatData FormatIdentify (
    string Path
);
[C++]
HRESULT FormatIdentify(
  BSTR Path,
  IFormatData** Data
);
[C++]

Parameters Path [in] Path is a parameter of type BSTR Data [out, retval]
Data is a parameter of type IFormatData

Product Availability

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

See Also

IFormatTest Interface