Select to view content in your preferred language

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

2346
5
10-29-2014 11:26 AM
JoseSanchez
Frequent Contributor

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
Frequent Contributor

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

0 Kudos
SuleymanARSLAN
Deactivated User

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
Frequent Contributor
0 Kudos