This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormatTest Interface > IFormatTest.FormatIdentify Method (ArcObjects .NET 10.5 SDK) |
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