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


ISelectionResolutionChip.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISelectionResolutionChip Interface > ISelectionResolutionChip.DoModal Method
ArcGIS Developer Help

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