This document is archived and information here might be outdated. Recommended version. |
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*