IFormatTest Interface

Provides access to members that provide information on the format of a raster .

Members

Name Description
Method FormatIdentify The title of the dataset's format, if supported.
Method FormatVerify Tests whether a dataset is a raster format given a title.

IFormatTest.FormatIdentify Method

The title of the dataset's format, if supported.

Public Function FormatIdentify ( _
    ByVal Path As String _
) As IFormatData
public IFormatData FormatIdentify (
    string Path
);

IFormatTest.FormatVerify Method

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

Public Function FormatVerify ( _
    ByVal Path As String, _
    ByVal Title As String _
) As Boolean
public bool FormatVerify (
    string Path,
    string Title
);

Classes that implement IFormatTest

Classes Description
FormatList A collection of information about supported raster formats.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.