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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also