ArcFM Desktop Developer Guide
SetReconcileAffectedCircuits Method


Syntax
'Declaration
 
Public Sub SetReconcileAffectedCircuits( _
   ByVal wkspc As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal targetVersion As String, _
   ByVal currentVersion As String _
) 
'Usage
 
Dim instance As CircuitVersionReconciler
Dim wkspc As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim targetVersion As String
Dim currentVersion As String
 
instance.SetReconcileAffectedCircuits(wkspc, targetVersion, currentVersion)
public void SetReconcileAffectedCircuits( 
   ESRI.ArcGIS.Geodatabase.IWorkspace wkspc,
   string targetVersion,
   string currentVersion
)

Parameters

wkspc
targetVersion
currentVersion
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

CircuitVersionReconciler Class
CircuitVersionReconciler Members

 

 


Send Comment