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


IFormatTest.FormatIdentify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormatTest Interface > IFormatTest.FormatIdentify Method
ArcGIS Developer Help

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

Path is a parameter of type BSTR

Product Availability

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

See Also

IFormatTest Interface