This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxEnumTrackId Interface > ITxEnumTrackId.QueryTrackTimeExtent Method (ArcObjects .NET 10.4 SDK) |
Returns the start and end times of a given track.
[Visual Basic .NET] Public Sub QueryTrackTimeExtent ( _ ByVal trackId As String, _ ByRef startTime As ITime, _ ByRef endTime As ITime _ )
[C#] public void QueryTrackTimeExtent ( string trackId, ref ITime startTime, ref ITime endTime );
[C++]
HRESULT QueryTrackTimeExtent(
BSTR trackId,
ITime** startTime,
ITime** endTime
);
[C++]
Parameters trackId [in] trackId is a parameter of type BSTR startTime [out]
startTime is a parameter of type ITime endTime [out]
endTime is a parameter of type ITime