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,
IGeoDataset** outGeodataset
);
[C++]Parameters
geoDataset [in]geoDataset is a parameter of type IRasterDescriptor
outGeodataset [out, retval]outGeodataset is a parameter of type IGeoDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Remarks
geoDataSet | an input RasterDescriptor |
- The method returns a reference to a Raster object.
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations