ArcPad Scripting Object Model
OnFeatureGeometryChanged Event
See Also  Send comments on this topic.
Map Object : OnFeatureGeometryChanged Event

Glossary Item Box

Description

Occurs after an existing feature's geometry has been edited.

Remarks

This event fires in addition to OnFeatureChanged. Use this event to write code that performs an action when a shapefile feature is identified.
The ThisEvent object contains information about the current feature being identified. The Layer property contains a reference to the Layer being identified and the Bookmark property contains the bookmark of the identified feature in that layer. Use this event to write code that performs the desired action when an existing feature's geometry has been edited. This event is also sent to the Layer object of the edited feature's layer.

See Also

© 2012 All Rights Reserved.