ArcObjects Library Reference (Editor)  

ISelectionResolutionChip.Show Method

Shows the selection resolution chip.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal clickPt As IPoint, _
    ByVal selSelector As ISelectionResolutionImpl _
)
[C#]
public void Show (
    IPoint clickPt,
    ISelectionResolutionImpl selSelector
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionResolutionChip Interface