Message 1 of 4
lightweight polylines

Not applicable
08-09-2005
08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
another dumb question. how do you ask for the number of coordinates in a lwpolyline
i want to inspect all the coordinate elements as in
object.coordinate(index)
ie if i have a polyline caller bounder then i know
bounder.coordinate(0) is the first coordinate
but if i want to run through all the coordinates without dropping off the end. i need to know how manycoordinate(s) there are . i tried ubound but it doesnt like it.
i want to inspect all the coordinate elements as in
object.coordinate(index)
ie if i have a polyline caller bounder then i know
bounder.coordinate(0) is the first coordinate
but if i want to run through all the coordinates without dropping off the end. i need to know how manycoordinate(s) there are . i tried ubound but it doesnt like it.