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


ITrackingEnvironment2.ActionEnvironment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingEnvironment2 Interface > ITrackingEnvironment2.ActionEnvironment Property
ArcGIS Developer Help

ITrackingEnvironment2.ActionEnvironment Property

Returns the Action Environment.

[Visual Basic .NET]
Public ReadOnly Property ActionEnvironment As IActionLookupSupport
[C#]
public IActionLookupSupport ActionEnvironment {get;}
[C++]
HRESULT get_ActionEnvironment(
  IActionLookupSupport** ppiActionEnvironment
);
[C++]
Parameters
ppiActionEnvironment [out, retval]

ppiActionEnvironment is a parameter of type IActionLookupSupport**

Product Availability

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

See Also

ITrackingEnvironment2 Interface