I'd like to have multiple reference scales for a map.
What I mean is, kind of like a tile layer (e.g. basemaps), in which the reference scale changes depending on how far you've zoomed in.
For example, between 1:24,000 and 1:50,000, I want the map to draw at 1:24,000. But from 1:50,001 to 1:100,000, I want the map to draw at a scale of 1:75,000.
This can be accomplished the long way (kinda) with Scale-based symbol classes—ArcGIS Pro | Documentation , Scale-based symbol sizing—ArcGIS Pro | Documentation and Use display filters—ArcGIS Pro | Documentation in ArcGIS Pro, but the issue with this is that the symbols are still the same size relative to the zoom. That is, if it's supposed to draw at 2pts, it will draw at two points until the next scale-based symbol kicks in.
I want the exact same behaviour as the current reference scale behaviour, BUT with thresholds to set different reference scales.