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


IPlugin.TimeEstablished Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPlugin.TimeEstablished Property

Indicates the time the data link plugin was established.

[Visual Basic .NET]
Public ReadOnly Property TimeEstablished As Object
[C#]
public object TimeEstablished {get;}
[C++]
HRESULT get_TimeEstablished(
  VARIANT* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IPlugin Interface