ArcFM Solution Developer Guide
GetAllDifferencesInSource Method (MMVersioningUtilsClass)


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