This document is archived and information here might be outdated. Recommended version. |
Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it.
[Visual Basic .NET]
Public Function CanBuild ( _
ByVal vtDataSource As Object _
) As Boolean
[C#]
public bool CanBuild (
object vtDataSource
);
[C++]
HRESULT CanBuild(
VARIANT vtDataSource
);
[C++] Parameters vtDataSource [in]
vtDataSource is a parameter of type VARIANT