Dynamic Text

245
1
02-08-2022 02:13 PM
Labels (1)
ScottShenberger
New Contributor III

Is it possible to create dynamic text from attributes from a layer in a map that is not used as an index layer for data driven pages? For example, I have a python script that creates maps based on quarter sections. Some of these maps have note features (a point feature class) that contains some information that I would like to display on the side of the map in some white space. I am thinking dynamic text would work but I am not sure if you are limited to just the index layer or not.

 

Thank You

0 Kudos
1 Reply
RhettZufelt
MVP Frequent Contributor

Not sure what you would be trying to use for the text as there are potentially multiple fields in the point fc with multiple points.  which field/point "notes" do you want to show?

Since you are using python for this, you have access to the text of any elements in your map.  One options is that you should be able to extract whatever "text" you are after from the data, then update the TEXT_Element.text to whatever string you want.

R_

0 Kudos