ArcFM Engine Developer Guide
GetDifferences Method (MMVersioningUtilsClass)


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

Parameters

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