dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SelectionFilter Class

Use this for selecting rows within the table based off of their object ID.
ArcGIS Maps SDK for JavaScript

public class SelectionFilter :
dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableViewModelActiveFilters,
dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableWidgetActiveFilters,
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SelectionFilter>

Inheritance System.Object 🡒 SelectionFilter

Implements IFeatureTableViewModelActiveFilters, IFeatureTableWidgetActiveFilters, System.IEquatable<SelectionFilter>

Constructors

SelectionFilter(IReadOnlyCollection) Constructor

Use this for selecting rows within the table based off of their object ID.
ArcGIS Maps SDK for JavaScript

public SelectionFilter(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds=null);

Parameters

ObjectIds System.Collections.Generic.IReadOnlyCollection<ObjectId>

An array of numbers indicating the row’s object IDs.
ArcGIS Maps SDK for JavaScript

Properties

SelectionFilter.ObjectIds Property

An array of numbers indicating the row’s object IDs.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ObjectId>