I have a point feature class and I have some contour line, what I am trying to do is find the most accurate way to join the two so I can populate my point feature with it's correct contour value. The most logical way to me would be to do a spatial join. Just right click my point feature -> Join and Relates -> Spatial Join. I have been using the Intersect Match Option with a 50 ft Search Radius but this is leaving me with some null values. So I am not sure if this is the correct way to do what I am trying to do.
What would be the correct way to accomplish this task?
Thanks