This document is archived and information here might be outdated. Recommended version. |
Sets the output to 1 or 0 on a cell-by-cell basis based on evaluation of a boolean logical expression.
[Visual Basic .NET] Public Function Test ( _ ByVal geoDataset As IRasterDescriptor _ ) As IGeoDataset
[C#] public IGeoDataset Test ( IRasterDescriptor geoDataset );
[C++]
HRESULT Test(
IRasterDescriptor* geoDataset
);
[C++] Parameters geoDataset [in]
geoDataset is a parameter of type IRasterDescriptor*