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.FormatVerify Method (ArcObjects .NET 10.5 SDK) |
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