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


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

ILogicalOperatorOp Interface

Provides access to members that control the logical operator operations.

Product Availability

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

Members

Name Description
Method Diff Determines which values from the first input are logically different from the values of the second.
Method InList Determines which values from the first input are contained in list of geodata in the second input.
Method Over Returns those values from the first input that are nonzero; otherwise, returns the value from the second.

Classes that implement ILogicalOperatorOp

Classes Description
RasterMathOps A mechanism for performing mathematical operations on rasters.

Remarks