Returns the time that a given track was last updated.
[Visual Basic .NET] Public Function get_LastUpdateTime ( _ ByVal trackId As String _ ) As ITime
[C#] public ITime get_LastUpdateTime ( string trackId );
[C++]
HRESULT get_LastUpdateTime(
BSTR trackId,
ITime** LastUpdateTime
);
[C++]Parameters
trackId [in] trackId is a parameter of type BSTR LastUpdateTime [out, retval]LastUpdateTime is a parameter of type ITime
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.