ArcFM Desktop Developer Guide
RebuildTargetTabOnVersionChanged Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Reference to the old version
Reference to the new version
Rebuilds Targets Tab when the Version is changed
Syntax
'Declaration
 
Public Sub RebuildTargetTabOnVersionChanged( _
   ByVal oldVersion As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal newVersion As ESRI.ArcGIS.Geodatabase.IVersion _
) 
'Usage
 
Dim instance As TreeViewHost
Dim oldVersion As ESRI.ArcGIS.Geodatabase.IVersion
Dim newVersion As ESRI.ArcGIS.Geodatabase.IVersion
 
instance.RebuildTargetTabOnVersionChanged(oldVersion, newVersion)
public void RebuildTargetTabOnVersionChanged( 
   ESRI.ArcGIS.Geodatabase.IVersion oldVersion,
   ESRI.ArcGIS.Geodatabase.IVersion newVersion
)

Parameters

oldVersion
Reference to the old version
newVersion
Reference to the new version
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

TreeViewHost Class
TreeViewHost Members

 

 


Send Comment