Provides access to the list of unique Track IDs.
Members
Name | Description | |
---|---|---|
FirstTrackId | Retrives the first Track ID in the list. | |
LastUpdateTime | Returns the time that a given track was last updated. | |
NextTrackId | Retrives the next Track ID in the list. | |
QueryTrackTimeExtent | Returns the start and end times of a given track. | |
TrackFeatures | Returns a selection set of features in a given track. | |
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 |
---|