I am trying to add more detailed coordinate system info, as dynamic text, than what is offered in the dynamic text drop down menu in ArcPro 3.3..
In the screenshot below, is an example the geographic coordinate system features I want to autopolulate:
I tried these two text components to try to show 'Angular Unit', but no text showed up as it did not register:
<dyn type="mapFrame" name="MapFrameName" property="sr" srProperty="angular unit" preStr="Angualr Unit: " newLine="true" emptyStr=""/>
<dyn type="mapFrame" name="MapFrameName" property="sr" srProperty="au" preStr="Angualr Unit: " newLine="true" emptyStr=""/>
Can someone show me the correct dynamic text for the features I circled above?
<dyn type="project" property="angularUnits"/> ?
I saw "Angular Units" in the Project Table: https://pro.arcgis.com/en/pro-app/3.2/help/layouts/add-and-modify-dynamic-text.htm#ESRI_SECTION1_E9D...
May not be exactly what you were hoping for, but it gives you a place to start experimenting.
Thank you!
I had the same idea, but I am new to script writing; still I am currently experimenting the best I can. I just have to figure out the correct notation for "spatial reference" angular unit, not "project"...