Select to view content in your preferred language

How to a reference a "Feature Dataset" with my intersect create feature set

677
1
Jump to solution
06-17-2023 01:27 PM
MervynLotter
MVP Regular Contributor

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.

0 Kudos
1 Solution

Accepted Solutions
MervynLotter
MVP Regular Contributor

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!

 

View solution in original post

0 Kudos
1 Reply
MervynLotter
MVP Regular Contributor

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!

 

0 Kudos