ArcFM Desktop Developer Guide
FeatureConverted Event (FeatureConverter)


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 converted.  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 FeatureConverted As EventHandler(Of FeatureConverterEventArgs)
'Usage
 
Dim instance As FeatureConverter
Dim handler As EventHandler(Of FeatureConverterEventArgs)
 
AddHandler instance.FeatureConverted, handler
public event EventHandler<FeatureConverterEventArgs> FeatureConverted
Event Data

The event handler receives an argument of type FeatureConverterEventArgs containing data related to this event. The following FeatureConverterEventArgs properties provide information specific to this event.

PropertyDescription
Feature  
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