ArcFM Desktop Developer Guide
SyncCuData Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The workspace that contains the target database.
External API for syncing CU data between the flat tables and the blob. Loads the entire blob, and upates the data in memory before persisting back out to the blob.
Syntax
'Declaration
 
Public Shared Sub SyncCuData( _
   ByVal theWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim theWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
CuSync.SyncCuData(theWorkspace)
public static void SyncCuData( 
   ESRI.ArcGIS.Geodatabase.IWorkspace theWorkspace
)

Parameters

theWorkspace
The workspace that contains the target database.
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

CuSync Class
CuSync Members

 

 


Send Comment