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,
VARIANT_BOOL* itis1
);
[C++]Parameters
Path [in] Path is a parameter of type BSTR Title [in] Title is a parameter of type BSTR itis1 [out, retval] itis1 is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.