The link below provides a code snippet for editing an SDE table with ArcObjects. Are there any other or newer code examples out there of how to edit a SDE table by using ArcObjects?
Edit SDE geodatabase table w/ ArcObjects
Thank you!
|
The link below provides a code snippet for editing an SDE table with ArcObjects. Are there any other or newer code examples out there of how to edit a SDE table by using ArcObjects? Edit SDE geodatabase table w/ ArcObjects Thank you! |
|||
|
|
|
Here's a few to get you started: Start Here - Learning ArcObjects And in specific you can look at Creating Features and Updating Features. Both of these will require you to connect to your GeoDatabase, which you can find samples for above. |
|||
|
|