I need some help with an arcade code. I have this:
var geom = Geometry($feature)
if (IsEmpty(geom)) {
return null
} else {
return geom.Z
}
This returns a value in meters. Can a conversion be added to the code that converts it to feet?
I'm using a Leica Zeno FLX100 Plus and loading data directly into Field Maps.