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


ITrackingEngineUtil.IsMapControl Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingEngineUtil Interface > ITrackingEngineUtil.IsMapControl Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

ITrackingEngineUtil Interface