I see how to create parcels using the Traverse tool if I have an existing survey plat, but how do you create a line table and/or legal description from a polygon generated in ArcPro? I know how to do it in Civil3D but that is cumbersome to do between programs when I have all the exhibit sheets set up in Pro. Thanks!
There is no tool in ArcGIS Pro, to my knowledge, that takes a polygon created using the Traverse tool and outputs a line table or legal description. One possible workflow is:
1. Run the Feature to Line GP tool to create a line feature class from the polygon feature class.
2. In the newly created line feature class, add fields such as SEQ (order), Distance, Bearing and perhaps FromX/FromY/ToX/ToY
3. For distance bearing attributes, see the How to article - Determine Bearing for Line Features in ArcGIS Pro
4. Export to CSV if need the standalone table.