ArcObjects Library Reference (CartoUI)  

ILabelEngineChecker.CheckForLabelEngine Method

Checks for label engine inconsistencies for a set of layers and displays the dialog if necessary.

[Visual Basic .NET]
Public Sub CheckForLabelEngine ( _
    ByVal Map As IMap, _
    ByVal Layers As IArray, _
    ByVal parentHWnd As Integer _
)
[C#]
public void CheckForLabelEngine (
    IMap Map,
    IArray Layers,
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILabelEngineChecker Interface