Show / Hide Table of Contents

Class DynamicEntityQueryParameters

Parameters for performing a query on a DynamicEntityDataSource.

Inheritance
System.Object
DynamicEntityQueryParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityQueryParameters
Remarks

Use this class to specify parameters for querying dynamic entities in a DynamicEntityDataSource.

You may use any combination of TrackIds, Geometry, and WhereClause to filter the dynamic entities returned by a query. Each of the properties will be applied to the query using an AND operation.

Constructors

Name Description
DynamicEntityQueryParameters()

Properties

Name Description
Geometry

Gets or sets the geometry used to filter the results.

SpatialRelationship

Gets or sets a SpatialRelationship object that defines how Geometry is applied to filter the dynamic entities.

TrackIds

Gets the track IDs of the dynamic entities to query for.

WhereClause

Gets or sets the attribute query string used to filter the results.

See Also

QueryDynamicEntitiesAsync(DynamicEntityQueryParameters, System.Threading.CancellationToken)

Applies to

TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.