How to get all selected features from a specific feature class in vb.net

2183
5
10-29-2014 11:26 AM
JoseSanchez
Occasional Contributor III

Hi all

How to get all selected features from a specific feature class in VB.net

thanks

0 Kudos
5 Replies
ModyBuchbinder
Esri Regular Contributor

Hi

Create a cursor on the selection set: ISelectionSet.Cursor

Have Fun

Mody

0 Kudos
JoseSanchez
Occasional Contributor III

Is there any link  that shwosa full example in C# or VB.Net

0 Kudos
SuleymanARSLAN
New Contributor III

You can use IFeatureSelection to get SelectionSet(ISelectionSet), then you can heck "Target" property to list the Table or FeatureClass over which the selection set is defined.

0 Kudos
JoseSanchez
Occasional Contributor III
0 Kudos