This document is archived and information here might be outdated. Recommended version. |
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