Thursday 17 May 2018

arcobjects - What event is fired when a feature is edited?



When the user draws a new feature (line, point, etc.) in ArcMap, there are null attributes. If the user enters values in these null fields what is the event that is fired?


I want to control the entered values.



Answer



The event is OnChangeFeature.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...