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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.