This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISelectionResolutionChip Interface > ISelectionResolutionChip.DoModal Method (ArcObjects .NET 10.4 SDK) |
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 );