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


ISelectionResolutionImpl.Select Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

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