Show / Hide Table of Contents

Property TrackIds

TrackIds

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

Declaration
public IList<string> TrackIds { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

The track IDs of the dynamic entities to query for.

Remarks

If this array is populated, the query will only return entities with track IDs that match the values in this array.

The track ID is an attribute value in a DynamicEntityDataSource that uniquely identifies a dynamic entity. For an ArcGISStreamService, the track ID attribute is defined by the TrackIdField property. For a custom DynamicEntityDataSource, the track ID attribute is defined by the EntityIdFieldName property.

Applies to

Platforms and versions
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.