Adds a feature to the selection set.
[Visual Basic 6.0] Sub Add(
ByVal Feature As IFeature _
)
[Visual Basic .NET] Public Sub Add ( _ ByVal Feature As IFeature _ )
[C#] public void Add ( IFeature Feature );
[Java] public void add ( IFeature Feature ) throws IOException, AutomationException
[C++] HRESULT Add( IFeature* Feature );