This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.Add Method (ArcObjects .NET 10.5 SDK) |
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