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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.