point and line, attribute

2251
1
06-20-2012 11:07 AM
JinMa
by
New Contributor II
I have a point feature class and a line feature class; there is no common field between these two feature classes, but I need to extract points that on the line features and keep attributes from both of the feature classes.  Any idea?  Thanks so much.
0 Kudos
1 Reply
MathewCoyle
Frequent Contributor
If they are directly on the line I would use Intersect. An intersect with a large XY tolerance/resolution environment setting should work as well if they are a little off. Never tested that though.
0 Kudos