ITxEnumTrackId Interface

Provides access to the list of unique Track IDs.

Members

Name Description
Read-only property FirstTrackId Retrives the first Track ID in the list.
Read-only property LastUpdateTime Returns the time that a given track was last updated.
Read-only property NextTrackId Retrives the next Track ID in the list.
Method QueryTrackTimeExtent Returns the start and end times of a given track.
Read-only property TrackFeatures Returns a selection set of features in a given track.
Read-only property TrackIds Retrives the Track ID list.

ITxEnumTrackId.FirstTrackId Property

Retrives the first Track ID in the list.

Public ReadOnly Property FirstTrackId As String
public string FirstTrackId {get;}

ITxEnumTrackId.LastUpdateTime Property

Returns the time that a given track was last updated.

Public Function get_LastUpdateTime ( _
    ByVal trackId As String _
) As ITime
public ITime get_LastUpdateTime (
    string trackId
);

ITxEnumTrackId.NextTrackId Property

Retrives the next Track ID in the list.

Public ReadOnly Property NextTrackId As String
public string NextTrackId {get;}

ITxEnumTrackId.QueryTrackTimeExtent Method

Returns the start and end times of a given track.

Public Sub QueryTrackTimeExtent ( _
    ByVal trackId As String, _
    ByRef startTime As ITime, _
    ByRef endTime As ITime _
)
public void QueryTrackTimeExtent (
    string trackId,
    ref ITime startTime,
    ref ITime endTime
);

ITxEnumTrackId.TrackFeatures Property

Returns a selection set of features in a given track.

Public Function get_TrackFeatures ( _
    ByVal trackId As String _
) As ISelectionSet
public ISelectionSet get_TrackFeatures (
    string trackId
);

ITxEnumTrackId.TrackIds Property

Retrives the Track ID list.

Public ReadOnly Property TrackIds As String[]
public String[] TrackIds {get;}

Classes that implement ITxEnumTrackId

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close