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


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

ISelectionResolutionImpl.Select Method

A new feature has been selected.

[Visual Basic .NET]
Public Sub Select ( _
    ByVal newFeatureLayer As IFeatureLayer, _
    ByVal newFeature As IFeature, _
    ByVal selectionMethod As esriSelectionResultEnum, _
    ByVal lastFeatureLayer As IFeatureLayer, _
    ByVal lastFeature As IFeature _
)
[C#]
public void Select (
    IFeatureLayer newFeatureLayer,
    IFeature newFeature,
    esriSelectionResultEnum selectionMethod,
    IFeatureLayer lastFeatureLayer,
    IFeature lastFeature
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionResolutionImpl Interface