I have a point feature class that will have information populated by users, specifically the building the asset is located in. I also have a polygon feature class that has a 'Building_Names' field.
Can I add point geometry to the existing point feature class based on the common attribute with the existing polygon feature class? What if I convert the Polygon feature class to Points first?
Thanks!