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


ILabelPriorityRankingDialog.DoModal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

ILabelPriorityRankingDialog.DoModal Method

Shows the Label Priority Ranking Dialog.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal pMap As IMap, _
    ByVal hwnd As Integer _
) As Boolean
[C#]
public bool DoModal (
    IMap pMap,
    int hwnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILabelPriorityRankingDialog Interface