I observe that Arcade can be used to READ a feature geometry. It can be used to CREATE a feature geometry. But, is there a way to UPDATE a feature geometry? Can I alter a point's X and Y values through Arcade?
No, Arcade cannot be used to modify geometry in a dataset.
The only Arcade profile which allows edits is Field Calculate. However, modifying the SHAPE field will only result in data corruption.
You should instead look into Python and specifically ArcPy as this scripting language has powerful geometry editing capabilities.
Updates to geometry in any environment are done in an edit session
May be late to the party here but this functionality exists. Here is some documentation for you.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.