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