ArcFM Solution Developer Guide
ReconcileVersion Method (IMMAdvancedReconcile)


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