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


ISelectionResolutionChip.Show 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.Show Method
ArcGIS Developer Help

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