Hi there
When a user click's in the map the addin will send a request to a Rest API asking for a point/line-geometry and a road-reference. This geometry is then added to a the map-graphic layer, and the road-reference is shown in a embeddable control.
I want to add functionality so that the user can save the geometry to a temporary layer if he/she/them/it wants to use it further. Preferably this geoemtry would be store in some kind of in_memory feature layer with a shape-attribute and a road-reference attribute.
Is it possible at all to store feature layers in_memory? What would be the best way to achieve this functionality?
Very much a beginner at this SDK-business, so any help regarding this would be much appreciated.
Kind regards
Tor
Solved! Go to Solution.
To display memory-based data in an ArcGIS Pro map, you can use the memory workspace. The in_memory is the legacy memory-based workspace built for ArcMap that cannot be displayed in an ArcGIS Pro map.
To display memory-based data in an ArcGIS Pro map, you can use the memory workspace. The in_memory is the legacy memory-based workspace built for ArcMap that cannot be displayed in an ArcGIS Pro map.