ArcObjects Library Reference (SpatialAnalyst)  

ILogicalOp.Test Method

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

 

See Also

ILogicalOp Interface