ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleEvaluationDescription Class / Selections Property

In This Topic
    Selections Property (AttributeRuleEvaluationDescription)
    In This Topic
    Gets an IReadOnlyList containing one or more Selections. The default value is an empty list.
    Syntax
    Public ReadOnly Property Selections As IReadOnlyList(Of Selection)
    public IReadOnlyList<Selection> Selections {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also