Responder Developer Guide
ReconcileVersion Method (IMMAdvancedReconcile)


Syntax
'Declaration
 
Function ReconcileVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As String, _
   ByVal TargetVer As String, _
   ByVal UseConflictsWindow As Boolean, _
   ByVal AcquireLock As Boolean, _
   ByVal AbortIfConflicts As Boolean, _
   ByVal ChildWins As Boolean, _
   ByVal ColumnLevel As Boolean _
) As Integer
'Usage
 
Dim instance As IMMAdvancedReconcile
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As String
Dim TargetVer As String
Dim UseConflictsWindow As Boolean
Dim AcquireLock As Boolean
Dim AbortIfConflicts As Boolean
Dim ChildWins As Boolean
Dim ColumnLevel As Boolean
Dim value As Integer
 
value = instance.ReconcileVersion(Workspace, SourceVer, TargetVer, UseConflictsWindow, AcquireLock, AbortIfConflicts, ChildWins, ColumnLevel)
int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string SourceVer,
   string TargetVer,
   bool UseConflictsWindow,
   bool AcquireLock,
   bool AbortIfConflicts,
   bool ChildWins,
   bool ColumnLevel
)

Parameters

Workspace
SourceVer
TargetVer
UseConflictsWindow
AcquireLock
AbortIfConflicts
ChildWins
ColumnLevel
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

IMMAdvancedReconcile Interface
IMMAdvancedReconcile Members

 

 


Send Comment