![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Constants > E > esriRasterSelectionMaskOp Constants (ArcObjects .NET 10.4 SDK) |
The type of selection mask.
| Constant | Value | Description |
|---|---|---|
| esriRasterSelectionMaskSET | 0 | A bitwise OR operation. |
| esriRasterSelectionMaskCLEAR | 1 | A clear operation. |
| esriRasterSelectionMaskINVERT | 2 | A logical NOT operation. |
| esriRasterSelectionMaskCOPY | 3 | Operation to use the given value. |
| esriRasterSelectionMaskAND | 4 | A bitwise AND operation. |