I am using ArcGIS PRO and I have a point feature class which contain many points and need to use them as an observer, by iterating each point then join field SiteID with the target that match the same SiteID. Also I need to Multiply the elevation attribute in the observer by 10, I tried iterate by Value then I used select by attribute, but that did not work for me.
Any Suggestion..