ArcFM Engine Developer Guide
GetAllDifferencesInSource Method (MMVersioningUtilsClass)


Syntax
'Declaration
 
Public Overridable Function GetAllDifferencesInSource( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrSourceVersion As String, _
   ByVal bstrTargetVersion As String, _
   ByVal bIncludeNonPostable As Boolean, _
   ByVal bConflictsOnly As Boolean, _
   Optional ByVal bstrTableName As String _
) As ID8List
'Usage
 
Dim instance As MMVersioningUtilsClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrSourceVersion As String
Dim bstrTargetVersion As String
Dim bIncludeNonPostable As Boolean
Dim bConflictsOnly As Boolean
Dim bstrTableName As String
Dim value As ID8List
 
value = instance.GetAllDifferencesInSource(pWorkspace, bstrSourceVersion, bstrTargetVersion, bIncludeNonPostable, bConflictsOnly, bstrTableName)
public virtual ID8List GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string bstrSourceVersion,
   string bstrTargetVersion,
   bool bIncludeNonPostable,
   bool bConflictsOnly,
   string bstrTableName
)

Parameters

pWorkspace
bstrSourceVersion
bstrTargetVersion
bIncludeNonPostable
bConflictsOnly
bstrTableName
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

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

 

 


Send Comment