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


ITrackingEngineUtil.IsMapControl Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEngineUtil.IsMapControl Method

Identifies if this object is part of a MapControl.

[Visual Basic .NET]
Public Function IsMapControl ( _
) As Boolean
[C#]
public bool IsMapControl (
);
[C++]
HRESULT IsMapControl(
  VARIANT_BOOL* pbvarTrue
);
[C++]

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

Product Availability

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

See Also

ITrackingEngineUtil Interface