How to select polygon programmatically? #7
Answered
by
sedrakpc
dlecatering
asked this question in
Q&A
-
|
Hi, I want to know how I can select polygon to be on top of everything? |
Beta Was this translation helpful? Give feedback.
Answered by
sedrakpc
Jul 27, 2022
Replies: 1 comment
-
|
For example if you have code like this: activePolygon variable monitors active polygon index inside points array. Changing it you will change active polygon and you can bind it to any event you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dlecatering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example if you have code like this:
activePolygon variable monitors active polygon index inside points array. Changing it you will change active polygon and you can bind it to any event you want.