ArcFM Desktop Developer Guide
RebuildTargetTabOnFClassOrTableChanged Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Reference to the Old Table
Reference to the New Table
Rebuilds the Target Tab when the DataSource reference to the Layer / Table is changed
Syntax
'Declaration
 
Public Sub RebuildTargetTabOnFClassOrTableChanged( _
   ByVal oldTable As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal newTable As ESRI.ArcGIS.Geodatabase.ITable _
) 
'Usage
 
Dim instance As TreeViewHost
Dim oldTable As ESRI.ArcGIS.Geodatabase.ITable
Dim newTable As ESRI.ArcGIS.Geodatabase.ITable
 
instance.RebuildTargetTabOnFClassOrTableChanged(oldTable, newTable)
public void RebuildTargetTabOnFClassOrTableChanged( 
   ESRI.ArcGIS.Geodatabase.ITable oldTable,
   ESRI.ArcGIS.Geodatabase.ITable newTable
)

Parameters

oldTable
Reference to the Old Table
newTable
Reference to the New Table
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