How to add the ToPoint and FromPoint of a line on one layer to another layer / feature class
- by Jacques Bosch
I have a roads layer.
I need to ad a point to another, point layer where ever roads intersect.
How can I add such points to the existing points layer.
In hand I have the line layer, the line feature / To and From Points, and the points layer.
I just need a pointer as to how to create points in the points layer.
I am using C#
Thank you.