ArcFM Engine Developer Guide
OnReBuild Method


This event is fired when a change to one field impacts other fields. For example, if a user changes the Subtype field of a transformer from Single Phase to Three Phase, the domain on the Phase field must change. This method ensures that the domain is changed to match the subtype.
Syntax
'Declaration
 
Sub OnReBuild() 
'Usage
 
Dim instance As IMMFieldManagerEvents
 
instance.OnReBuild()
void OnReBuild()
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

IMMFieldManagerEvents Interface
IMMFieldManagerEvents Members

 

 


Send Comment