Update SDE SQL Database from File GeoDatabase

258
1
10-03-2018 08:55 AM
XavierIzquierdo
New Contributor

I am currently using .NET coding in C# and have had success reading a File GeoDatabase Table Attributes in the FeatureClasses. Ultimately I want to read a Feature Class in the File GeoDatabase and then uploaded to a registered SQL Database. Also, although I can read the data I do not know how to access the Shape information (point, polygon...)

These are the references I am currently using

using ESRI.ArcGIS.Geodatabase;

using ESRI.ArcGIS.esriSystem;

using ESRI.ArcGIS.DataSourcesGDB;

using ESRI.ArcGIS.Geometry;

 

It seems that this may be a routine operation, does anyone have any samples I can refer to?

0 Kudos
1 Reply
shan_sarkar
Occasional Contributor III
0 Kudos