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


ITrackingEngineUtil.Maps Property (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.Maps Property
ArcGIS Developer Help

ITrackingEngineUtil.Maps Property

The collection of maps in the control or application.

[Visual Basic .NET]
Public ReadOnly Property Maps As IMaps
[C#]
public IMaps Maps {get;}
[C++]
HRESULT get_Maps(
  IMaps** pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IMaps**

Product Availability

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

See Also

ITrackingEngineUtil Interface