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.
|
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. |
||||
|
|
|
The event is OnChangeFeature. |
|||
|
|
|
You don't need ArcObjects to do this. Simply add a domain to the geodatabase and set it up with the attributes in question. |
|||||
|