ArcObjects Library Reference (TrackingAnalyst)  

ITrackingLabelEngine.Attach Method

Attaches a label to a given feature on the map.

[Visual Basic .NET]
Public Sub Attach ( _
    ByVal piMap As IMap _
)
[C#]
public void Attach (
    IMap piMap
);
[C++]
HRESULT Attach(
  IMap* piMap
);
[C++]

Parameters

piMap [in]

  piMap is a parameter of type IMap

Product Availability

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

See Also

ITrackingLabelEngine Interface