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


ITxDocEventHandler2.RunningEnvironment Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxDocEventHandler2.RunningEnvironment Method

Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... with or without dynamic display.

[Visual Basic .NET]
Public Function RunningEnvironment ( _
) As enumTrackingEnv
[C#]
public enumTrackingEnv RunningEnvironment (
);
[C++]
HRESULT RunningEnvironment(
  enumTrackingEnv* enumTxEnv
);
[C++]

Parameters enumTxEnv [out, retval]
enumTxEnv is a parameter of type enumTrackingEnv

Product Availability

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

See Also

ITxDocEventHandler2 Interface