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


ITrackingEnvironment.IsRunningInMapControl Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEnvironment.IsRunningInMapControl Property

Indicates if the object is attached to a MapControl.

[Visual Basic .NET]
Public ReadOnly Property IsRunningInMapControl As Boolean
[C#]
public bool IsRunningInMapControl {get;}
[C++]
HRESULT get_IsRunningInMapControl(
  VARIANT_BOOL* pbvarIsRunningInMapControl
);
[C++]

Parameters pbvarIsRunningInMapControl [out, retval] pbvarIsRunningInMapControl is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackingEnvironment Interface