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


IFeatureSelection.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.Add Method
ArcGIS Developer Help

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