Message 1 of 4
Not applicable
10-09-2019
02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am reading Polyline coordinates using .NET as per below.
Polyline lwp = obj as Polyline;
for loop lwp.NumberOfVertices to read point coordinates
Point3d pt = lwp.GetPoint3dAt(i);
This logic helps in reading coordinates for polyline, line and point. But if it is an Arc I am getting only start point and end point coordinate which in spatial its converting as line instead of Arc.
Please suggest if there is a way to read the coordinates of Arc from Polyline.
Regards,
Sri
Solved! Go to Solution.