Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to make an account in datagridview. datagridview consists of 4 columns Point No X Y Z shape...
In the data below, there is not only Z information. we don't need it either.
No X Y
------------------
1 389.634 209.299
2 337.222 92.005
3 179.626 116.397
4 223.063 242.658
Now, according to these data, Area: 21121.97 m² should be obtained.
Our formula is as follows:
2F = Yn x ( Xn -1 - Xn + 1)
Cross Method...
Thanks in advance for the help
Solved! Go to Solution.