ArcFM Desktop Developer Guide
FeatureConverted Event (FacilitySketcher)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Event FeatureConverted As EventHandler(Of FeatureConverterEventArgs)
'Usage
 
Dim instance As FacilitySketcher
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

FacilitySketcher Class
FacilitySketcher Members

 

 


Send Comment