Message 1 of 6
How to get the Object Points by Javascript

Not applicable
03-18-2016
12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm developing a javascript where once an Entity is selected (in my case, a Polyline), be able to get the vertex.
My App need to get for each Polyline selected, every 2D point in the shape and store such points in my DB.
Once I have the Entity selected and got it's ID, what function would hep me?
Is there any way to accomplish this task?