How to generate slope tags for a polyline FC of contours?
By slope tags I mean the little lines typically used to indicate a depression on a topographic map. The end result would be a point feature class with at least one point for every contour line where the rotation of each point indicates the downhill direction.
A programmatic solution might look something like: Select a vertex from each contour line and use an Aspect raster from Surface Parameters to determine the rotation of the new vertex.
I have 3D and Spatial analyst extensions.
Thanks in advance!