ArcFM Desktop Developer Guide
Sync(IVersion) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The version to synchronize.
Synchronizes the Feeder Information for the specified version from Feeder Manager 2 to the legacy Feeder Manager 1 fields.
Syntax
'Declaration
 
Public Function Sync( _
   ByVal version As ESRI.ArcGIS.Geodatabase.IVersion _
) As SyncFeederResult
'Usage
 
Dim instance As SyncFeederInfo
Dim version As ESRI.ArcGIS.Geodatabase.IVersion
Dim value As SyncFeederResult
 
value = instance.Sync(version)
public SyncFeederResult Sync( 
   ESRI.ArcGIS.Geodatabase.IVersion version
)

Parameters

version
The version to synchronize.

Return Value

true if synchronization succeeded, false otherwise.
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

SyncFeederInfo Class
SyncFeederInfo Members

 

 


Send Comment