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

In This Topic
    ConditionalExpression Class
    In This Topic
    The ConditionalExpression class is an abstract base class that represents a Boolean condition composed of one or more comparison clauses. It is used in conjunction with tracing in different contexts- including control of traversability and control of applicability of functional expressions.
    Syntax
    public abstract class ConditionalExpression : Condition 
    Public MustInherit Class ConditionalExpression 
       Inherits Condition
    Remarks
    • The NetworkAttributeComparison subclass is based on comparisons of network attributes.
    • The CategoryComparison subclass is based on checking for an assigned category.
    • ConditionalExpressions can be combined with the And and Or subclasses to form more complex conditions.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also