This document is archived and information here might be outdated.  Recommended version.


ILogicalOp.Test Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILogicalOp Interface > ILogicalOp.Test Method
ArcGIS Developer Help

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
);
[C++]
Parameters
geoDataset [in]

geoDataset is a parameter of type IRasterDescriptor*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Remarks

geoDataSet an input RasterDescriptor

 

See Also

ILogicalOp Interface