arcade global to access in memory feature attribute

262
1
02-16-2022 09:29 AM
Labels (1)
SarahHartholt
Occasional Contributor III

Can someone let me know which arcade global variable to use for accessing in memory features and attributes? I'm creating a model in ArcPro 10.9.0 that will select address points within a buffer poylgon that I have stored in memory. I would like to transfer a field from my buffer polygon to my address point field.

0 Kudos
1 Reply
jcarlson
MVP Esteemed Contributor

Can you add your expression to the post? If you have an in-memory feature, let's call it feat, accessing its attributes would be as simple as feat.attribute or feat["attribute"].

- Josh Carlson
Kendall County GIS
0 Kudos