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


ILabelEngineManager2.Attach Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILabelEngineManager2 Interface > ILabelEngineManager2.Attach Method
ArcGIS Developer Help

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 IUnknown

Product Availability

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

See Also

ILabelEngineManager2 Interface