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


ITrackingEngineUtil2.BasicMaps Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEngineUtil2.BasicMaps Property

The collection of maps in the control or application.

[Visual Basic .NET]
Public ReadOnly Property BasicMaps As IArray
[C#]
public IArray BasicMaps {get;}
[C++]
HRESULT get_BasicMaps(
  IArray** pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type IArray

Product Availability

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

See Also

ITrackingEngineUtil2 Interface