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


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

ITrackingLabelEngine2.AttachMap Method

Attaches a label to a given feature on the map.

[Visual Basic .NET]
Public Sub AttachMap ( _
    ByVal piMap As Object _
)
[C#]
public void AttachMap (
    object piMap
);
[C++]
HRESULT AttachMap(
  LPUNKNOWN piMap
);
[C++]
Parameters
piMap [in]

piMap is a parameter of type IUnknown

Product Availability

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

See Also

ITrackingLabelEngine2 Interface