Class DynamicEntityQueryParameters
Parameters for performing a query on a Dynamic
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 Dynamic
You may use any combination of Track
Constructors
Name | Description |
---|---|
Dynamic |
Properties
Name | Description |
---|---|
Geometry | Gets or sets the geometry used to filter the results. |
Spatial |
Gets or sets a SpatialRelationship object that defines how Geometry is applied to filter the dynamic entities. |
Track |
Gets the track IDs of the dynamic entities to query for. |
Where |
Gets or sets the attribute query string used to filter the results. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |