ArcFM Engine Developer Guide
ConfiguratorTransform Event (ArchiveDb)


If you need to transform the configurator (such as adding custom domains) this is a convenient place to do so. It is safe to access the ArchiveDb properties from here.
Syntax
'Declaration
 
Public Event ConfiguratorTransform As EventHandler(Of ConfiguratorTransformEventArgs)
'Usage
 
Dim instance As ArchiveDb
Dim handler As EventHandler(Of ConfiguratorTransformEventArgs)
 
AddHandler instance.ConfiguratorTransform, handler
public event EventHandler<ConfiguratorTransformEventArgs> ConfiguratorTransform
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

ArchiveDb Class
ArchiveDb Members

 

 


Send Comment