ArcFM Desktop Developer Guide
RebuildTargetTabOnVersionOrFCChanged Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

New Version of the layer/table
New reference to table or underlying source of a layer
Rebuilds the Targets Tab when a Version/underlying source of a Layer/Table is changed
Syntax
'Declaration
 
Public Sub RebuildTargetTabOnVersionOrFCChanged( _
   ByVal newVersion As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal newTable As ESRI.ArcGIS.Geodatabase.ITable _
) 
'Usage
 
Dim instance As TreeViewHost
Dim newVersion As ESRI.ArcGIS.Geodatabase.IVersion
Dim newTable As ESRI.ArcGIS.Geodatabase.ITable
 
instance.RebuildTargetTabOnVersionOrFCChanged(newVersion, newTable)
public void RebuildTargetTabOnVersionOrFCChanged( 
   ESRI.ArcGIS.Geodatabase.IVersion newVersion,
   ESRI.ArcGIS.Geodatabase.ITable newTable
)

Parameters

newVersion
New Version of the layer/table
newTable
New reference to table or underlying source of a layer
Remarks
Currently not in use.
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