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

In This Topic
    Or Class
    In This Topic
    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  
    Public NotInheritable Class Or 
       Inherits ConditionalExpression
       Implements 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