Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

The normal "OnChangeFeature" and " OnCreateFeature" don't fire when editing in a cadastral fabric and I'm looking for similar events where I can hook into editing events that are occuring for parcels.

I added handlers for everything(events) I could find in the Cadastral object model and added a parcel in ArcMap and this is what fired:

[OnStartEditing 326] - Enter
[OnStartParcelEditing 437] - Enter
[OnAfterStopParcelEditing 442] - Enter
[OnStartJoining 401] - Enter
[OnJoin 416] - Enter
[OnEndJoining 411] - Enter

I'd like to peek at the IFeature (or whatever it is at this point)-- OnAfterStopParcelEditing looks like a candidate. I could do OnJoin as well. But there are no parameters for those events.

I'm probably missing some property that is carrying what I'm after.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.