ArcFM Desktop Developer Guide
Execute Method (FeederCacheMaintenanceAU)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

obj
mode
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

FeederCacheMaintenanceAU Class
FeederCacheMaintenanceAU Members

 

 


Send Comment