Select to view content in your preferred language

Create discrete line segments from points

231
2
Jump to solution
2 weeks ago
CherylMcGinnis
New Contributor

I have a point feature class that includes an azimuth field (short integer). What I want to do is to draw a single line segment of predefined length from each point along that azimuth. (I need to show the dimensions and orientations of some cantilever signs we're installing.) Any ideas? Either a new feature class or a symbology-based solution would work (provided the latter retains the correct length regardless of map scale).

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor
0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

This comes to mind first

Bearing Distance To Line (Data Management)—ArcGIS Pro | Documentation


... sort of retired...
0 Kudos
CherylMcGinnis
New Contributor

That did the trick!

0 Kudos