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


IFormatTest.FormatVerify Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  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.

See Also

IFormatTest Interface