ArcFM Desktop Developer Guide
RunReconcileActions Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

version process info object for the version being processed
version being processed
nodeId of version being processed
nodeType of version being processed
name of version with which current version will be reconciled
This method is responsible for creating action data and running all actions associated with the reconcile process.
Syntax
'Declaration
 
Public MustOverride Function RunReconcileActions( _
   ByVal versionProcInfo As VersionProcessInformation, _
   ByVal version As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal nodeId As Integer, _
   ByVal nodeType As Integer, _
   ByVal targetVersionName As String _
) As Boolean
'Usage
 
Dim instance As ServiceManagerExpansion
Dim versionProcInfo As VersionProcessInformation
Dim version As ESRI.ArcGIS.Geodatabase.IVersion
Dim nodeId As Integer
Dim nodeType As Integer
Dim targetVersionName As String
Dim value As Boolean
 
value = instance.RunReconcileActions(versionProcInfo, version, nodeId, nodeType, targetVersionName)
public abstract bool RunReconcileActions( 
   VersionProcessInformation versionProcInfo,
   ESRI.ArcGIS.Geodatabase.IVersion version,
   int nodeId,
   int nodeType,
   string targetVersionName
)

Parameters

versionProcInfo
version process info object for the version being processed
version
version being processed
nodeId
nodeId of version being processed
nodeType
nodeType of version being processed
targetVersionName
name of version with which current version will be reconciled

Return Value

true if successful
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

ServiceManagerExpansion Class
ServiceManagerExpansion Members

 

 


Send Comment