ThinkGeo.com    |     Documentation    |     Premium Support

How to disable features from track and edit shapes

Hi.



I am exploring the demo TrackAndEditShapes (VBWinforms Samples - Editing Feature Layers - TrackAndEditShapes)

In the demo it is possible create an manage shapes



My Question is:

Is it possible to disable each editing features (the controls in the polygon)? Like disable rotation, disable create/remove vertices, and so on.

And remove the icon that represents each feature) (see the atach image)







Regards,

Ricardo

Hi Ricardo, 
  
 Please add this code in TrackAndEditShapes_Load function: 
  
 winformsMap1.EditOverlay.CanResize = false 
 winformsMap1.EditOverlay.CanRotate = false 
 winformsMap1.EditOverlay.CanReshape = false 
  
 Regards, 
  
 Don

Thanks Don. 
  
 It works. 


Ricardo, Any other questions, don’t hesitate to let us know. 
 Troy