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


ISelectionResolutionChip.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ISelectionResolutionChip.DoModal Method

Shows the selection resolution chip and require a response.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal clickPt As IPoint, _
    ByRef featureLayer As IFeatureLayer, _
    ByRef feature As IFeature _
)
[C#]
public void DoModal (
    IPoint clickPt,
    ref IFeatureLayer featureLayer,
    ref IFeature feature
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionResolutionChip Interface