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


IFeatureSelection.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureSelection.Add Method

Adds a feature to the selection set.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Feature As IFeature _
)
[C#]
public void Add (
    IFeature Feature
);
[C++]
HRESULT Add(
  IFeature* Feature
);
[C++]

Parameters Feature [in]
Feature is a parameter of type IFeature

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureSelection Interface