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


IRunningObjectTable.GetTimeOfLastChange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IR > IRunningObjectTable Interface > IRunningObjectTable.GetTimeOfLastChange Method
ArcGIS Developer Help

IRunningObjectTable.GetTimeOfLastChange Method

[Visual Basic .NET]
Public Sub GetTimeOfLastChange ( _
    ByVal pmkObjectName As IMoniker, _
    ByRef pfiletime As _FILETIME _
)
[C#]
public void GetTimeOfLastChange (
    IMoniker pmkObjectName,
    ref _FILETIME pfiletime
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IRunningObjectTable Interface