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


IFormatTest.FormatVerify 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.FormatVerify Method
ArcGIS Developer Help

IFormatTest.FormatVerify Method

Tests whether a dataset is a raster format given a title.

[Visual Basic .NET]
Public Function FormatVerify ( _
    ByVal Path As String, _
    ByVal Title As String _
) As Boolean
[C#]
public bool FormatVerify (
    string Path,
    string Title
);
[C++]
HRESULT FormatVerify(
  BSTR Path,
  BSTR Title
);
[C++]
Parameters
Path [in]

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

Product Availability

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

See Also

IFormatTest Interface