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