I have successfully set up a Calculation intersect Attribute Rule using two Feature Classes, but how do I do so using Feature Classes within a Feature Dataset? How does one reference them?
I have defined it below:
var fsInput_BU = FeatureSetByName($datastore, 'Burn_units', ["UNIT"])
How would I do so if my BurnUnits feature was in a Feature dataset?
And can one also easily define variables across both one these (e.g. one var in a Feature Class and the other in a Feature Dataset?)
Thanks so much. I am new to Arcade and Attribute Rules.
Solved! Go to Solution.
Sorry for post, I see now that one does not need to reference the feature classes within a Feature Dataset any differently. They are treated as any other Feature Class within the geodatabase from what I can see. I did not anticipate that. Wonderful!
Sorry for post, I see now that one does not need to reference the feature classes within a Feature Dataset any differently. They are treated as any other Feature Class within the geodatabase from what I can see. I did not anticipate that. Wonderful!