Show / Hide Table of Contents

Method LogicalXor

LogicalXor(BooleanFieldFunction)

Composes a function that indicates if, point-wise, either this function's field result or another are true, but not both.

Declaration
public BooleanFieldFunction LogicalXor(BooleanFieldFunction otherField)
Parameters
Type Name Description
BooleanFieldFunction otherField

Another boolean field function.

Returns
Type Description
BooleanFieldFunction

A function that indicates if either this function's field result or another are true, but not both.

Remarks

The function result has no data where either of the given fields has no data.

The function result extent is the intersection of the extents of the given fields.

The spatial reference of both fields must be equivalent.

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.