ArcObjects Library Reference (TrackingAnalyst)  

ILabelEngineManager2.Attach Method

Attaches a label to a feature in the label engine manager.

[Visual Basic .NET]
Public Sub Attach ( _
    ByVal piDocument As Object _
)
[C#]
public void Attach (
    object piDocument
);
[C++]
HRESULT Attach(
  LPUNKNOWN piDocument
);
[C++]

Parameters

piDocument [in]   piDocument is a parameter of type LPUNKNOWN

Product Availability

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

See Also

ILabelEngineManager2 Interface