"makePolygon" macro function -- why only 200 coordinate pairs?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

"makePolygon" macro function -- why only 200 coordinate pairs?

JonNathan
Just curious to know how to make a polygon selection with more than 200 coordinate pairs using the "makePolygon" macro function.  I need to create a selection with 256 pairs, and the specified limit seems arbitrary.  Any ideas?

Jon
Reply | Threaded
Open this post in threaded view
|

Re: "makePolygon" macro function -- why only 200 coordinate pairs?

JonNathan
I think I've answered my own question -- use the makeSelection function.  It pays to read the documentation closely before asking a question :-)

Jon