Show / Hide Table of Contents

Method LogicalAnd

LogicalAnd(BooleanFieldFunction)

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

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

Another boolean field function.

Returns
Type Description
BooleanFieldFunction

A function that indicates if both this function's field result and another are true.

Remarks

The function result has no data where both of the given fields have no data, or where one of the fields has no data and the other is true. The result is false where one of the given fields has no data and the other is false.

The function result extent is the union 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.