ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Or Class
Members Version

Or Class
The Or conditional expression is used to perform boolean logic with other conditional expressions.
Object Model
Or ClassConditionalExpression ClassConditionalExpression Class
Syntax
public sealed class Or : ConditionalExpression, IBinaryExpression  
Remarks
The Or conditional expression returns True if either of the constituent expressions returns True. If both of the constituent expressions return False, the Or conditional expression returns false.
Inheritance Hierarchy
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also