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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also