Show / Hide Table of Contents

Class DynamicEntityQueryResult

The result of a query performed on a DynamicEntityDataSource.

Inheritance
object
DynamicEntityQueryResult
Implements
IEnumerable<DynamicEntity>
IEnumerable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityQueryResult : IEnumerable<DynamicEntity>, IEnumerable
Remarks

A query performed on a DynamicEntityDataSource will return an object of this type. The query result allows you to iterate over the dynamic entities that satisfy the query.

Due to the real-time nature of dynamic entities in the result, individual entities may receive new observations, have existing observations purged, or be entirely purged before the application can use them. Use GetLatestObservation() to verify the current state of an entity before using it.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through a collection of DynamicEntity.

Applies to

TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 300.0
.NET Windows200.7 - 300.0
.NET Android200.7 - 300.0
.NET iOS200.7 - 300.0
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.