ArcFM Engine Developer Guide
ReconcileVersion Method (IMMVersioningUtils)


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

Parameters

Workspace
SourceVer
TargetVer
UseConflictsWindow
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

IMMVersioningUtils Interface
IMMVersioningUtils Members

 

 


Send Comment