Description
Fired when coordinates of one or more features are changed
Syntax
Private Sub object_CoordinatesChanged(FeaturesObject, Index)
The CoordinatesChanged Event syntax has these parts:
|
| object | A McLines object. | | FeaturesObject | A McFeatures object. The McFeatures object firing the event.
| | Index | A Long value. The feature index of the feature removed or -1 if more than one or all features are removed. Note that the feature indices of all features following the removed one(s) will have changed, but their McFeatures.Identifier will not.
|
Remarks
This event is fired after the ChangeMade event for only those methods that change feature coordinates while leaving the while leaving the feature index and McFeatures.Identifier unchanged for all features. Actions that potentially change the McFeatures.Identifier for any features will fire the Restructured event rather than this one.
After this event, the McFeatures.Signature will usually, though not always, have changed.
|