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