This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxEnumTrackId Interface > ITxEnumTrackId.LastUpdateTime Property (ArcObjects .NET 10.4 SDK) |
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