This document is archived and information here might be outdated.  Recommended version.


ITxEnumTrackId.LastUpdateTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxEnumTrackId Interface > ITxEnumTrackId.LastUpdateTime Property
ArcGIS Developer Help

ITxEnumTrackId.LastUpdateTime Property

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.

See Also

ITxEnumTrackId Interface