ArcFM Engine Developer Guide
GetAllDifferences Method


IWorkspace
String
String
Boolean
Boolean
String
Returns the edit differences between SourceVer and the ancestor TargetVer for all difference types. If IncludeNonPostable is false, check only postable object classes. If ConflictsOnly is false, check only difference types that are conflicts. If TableName is defined, check only this table.
Syntax
'Declaration
 
Function GetAllDifferences( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As String, _
   ByVal TargetVer As String, _
   ByVal IncludeNonPostable As Boolean, _
   ByVal ConflictsOnly As Boolean, _
   Optional ByVal TableName As String _
) As ID8List
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As String
Dim TargetVer As String
Dim IncludeNonPostable As Boolean
Dim ConflictsOnly As Boolean
Dim TableName As String
Dim value As ID8List
 
value = instance.GetAllDifferences(Workspace, SourceVer, TargetVer, IncludeNonPostable, ConflictsOnly, TableName)
ID8List GetAllDifferences( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   string SourceVer,
   string TargetVer,
   bool IncludeNonPostable,
   bool ConflictsOnly,
   string TableName
)

Parameters

Workspace
IWorkspace
SourceVer
String
TargetVer
String
IncludeNonPostable
Boolean
ConflictsOnly
Boolean
TableName
String

Return Value

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