Hi all
How to get all selected features from a specific feature class in VB.net
thanks
I found this sample very useful:
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00490000005p000000
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.
http://gis.stackexchange.com/questions/62596/get-valules-for-all-fields-from-selected-features
Is there any linkĀ that shwosa full example in C# or VB.Net
Hi
Create a cursor on the selection set: ISelectionSet.Cursor
Have Fun
Mody
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.