ArcFM Desktop Developer Guide
Execute Method (SpecialSynchAU)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Sub Execute( _
   ByVal incomingObj As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal autoupdaterMode As mmAutoUpdaterMode, _
   ByVal editEvent As mmEditEvent _
) 
'Usage
 
Dim instance As SpecialSynchAU
Dim incomingObj As ESRI.ArcGIS.Geodatabase.IObject
Dim autoupdaterMode As mmAutoUpdaterMode
Dim editEvent As mmEditEvent
 
instance.Execute(incomingObj, autoupdaterMode, editEvent)
public void Execute( 
   ESRI.ArcGIS.Geodatabase.IObject incomingObj,
   mmAutoUpdaterMode autoupdaterMode,
   mmEditEvent editEvent
)

Parameters

incomingObj
autoupdaterMode
editEvent
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

SpecialSynchAU Class
SpecialSynchAU Members

 

 


Send Comment