I have multiple feature layers on a basemap in ArcGIS Pro. I want to be able to spit out an animation that updates an overlay at each frame with the current visible value in an attribute row. I saw there was similar functionality in the layout dynamic text:
<dyn type="table" property="value" mapFrame="Map Frame" mapMemberUri="CIMPATH=map/sub_renderposits.xml" isDynamic="true" field="Speed" delimiter=" ," decimalPlaces="2" separator="true"/>
I also realize that there is a disclaimer that you need to have an animation type dynamic text to properly display in the animation. How do I attain my goal of displaying visible attribute values in an animation? Is there a way to do this from the ArcGIS Pro SDK?
Did you find a solution for this at all? I cannot seem to find a way of doing this either
I was not able to find a solution to the question.
any solution?