Description
Fired when features get new Indentifiers
Syntax
Private Sub object_Restructured(FeaturesObject, FeatureCount)
The Restructured Event syntax has these parts:
|
| object | A McRegions object. | | FeaturesObject | A McFeatures object. The McFeatures object firing the event.
| | FeatureCount | A Long value. The number of features appended. The new McFeatures.Count will equal the old value plus this value.
|
Remarks
This event is fired after the ChangeMade event for those methods that remove and/or append features in such a way that the McFeatures.Identifier property may be changed for the resulting set of features.
|