ArcFM Desktop Developer Guide
FeatureNotAbandonable Event


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This event can be fired during the Designer Express Commissioning process when a feature is being abandoned.  Subscribe to FeatureConverter events in custom code, an extension, or other customization in ArcMap to be notified before each individual feature is commissioned and then notified again afterwards with the results of that commissioning. This can be used to create related records on new features or to handle additional cleanup on abandon and removes.
Syntax
'Declaration
 
Public Event FeatureNotAbandonable As EventHandler(Of FeatureNotAbanonableEventArgs)
'Usage
 
Dim instance As FeatureConverter
Dim handler As EventHandler(Of FeatureNotAbanonableEventArgs)
 
AddHandler instance.FeatureNotAbandonable, handler
public event EventHandler<FeatureNotAbanonableEventArgs> FeatureNotAbandonable
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureConverter Class
FeatureConverter Members

 

 


Send Comment