Question: Now I need to write an object of type ArcGIS.Core.Geometry to the postgre in C# code, save it as a field similar to st_multipolygon and be able to read it from the postgre as ArcGIS.Core.Geometry, is this possible ?And how ?
I'm using the ArcGIS Pro SDK for .NET.
I have configured postgreSQL with st_geometry.dll to connect to the postgre in Arcgis Pro and imported some features, I see that the type of the shape field in the postgre table is st_multipolygon.
Environment: Windows 11, ArcGIS Pro 3.3, VisualStudio 2022, PostGreSQL 12.