I'm using the 'TryStartDrawing()' feature, and everything is OK (the platform starts drawing the related object). However, how can I programmatically capture this newly drawn object?
I want to achive this:
- draw the line using 'TryStartDrawing()';
- identiify start and end point programmatically;

Comment