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


ILogicalOp.BooleanNot 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.BooleanNot Method
ArcGIS Developer Help

ILogicalOp.BooleanNot Method

Perorms a boolean 'complement' operation on two input rasters.

[Visual Basic .NET]
Public Function BooleanNot ( _
    ByVal geoDataset As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset BooleanNot (
    IGeoDataset geoDataset
);
[C++]
HRESULT BooleanNot(
  IGeoDataset* geoDataset
);
[C++]
Parameters
geoDataset [in]

geoDataset is a parameter of type IGeoDataset*

Product Availability

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

Remarks

geoDataset the first input Raster, RasterDataset, RasterBand, or RasterDescriptor

 

See Also

ILogicalOp Interface