ArcFM Solution Developer Guide
GetAllDifferences Method (MMVersioningUtilsClass)


Syntax
'Declaration
 
Public Overridable Function GetAllDifferences( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As System.String, _
   ByVal TargetVer As System.String, _
   ByVal IncludeNonPostable As System.Boolean, _
   ByVal ConflictsOnly As System.Boolean, _
   Optional ByVal TableName As System.String _
) As ID8List
'Usage
 
Dim instance As MMVersioningUtilsClass
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As System.String
Dim TargetVer As System.String
Dim IncludeNonPostable As System.Boolean
Dim ConflictsOnly As System.Boolean
Dim TableName As System.String
Dim value As ID8List
 
value = instance.GetAllDifferences(Workspace, SourceVer, TargetVer, IncludeNonPostable, ConflictsOnly, TableName)
public virtual ID8List GetAllDifferences( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string SourceVer,
   System.string TargetVer,
   System.bool IncludeNonPostable,
   System.bool ConflictsOnly,
   System.string TableName
)

Parameters

Workspace
SourceVer
TargetVer
IncludeNonPostable
ConflictsOnly
TableName
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