I am trying to make a custom point construction tool with a line geometry. I want to take the angle of the line and pass it to the field for which the rotation is set, if rotation is set.
In pro interface,
I go to my point layer
I open the symbology tab (unique value renderer)
I go to review connected attributes
Rotation is set to a field
I a custom construction tool, from the currentTemplate property I can get the layer. I have been navigating up and down the API reference but I haven't figured out how to get to the connected attribute for rotation.
Any hint would help