ArcFM Desktop Developer Guide
GetSourceTable(ITable) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The joined table.
Gets the source table for the given joined table.
Syntax
'Declaration
 
Public Overloads Shared Function GetSourceTable( _
   ByVal joinedTable As ESRI.ArcGIS.Geodatabase.ITable _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim joinedTable As ESRI.ArcGIS.Geodatabase.ITable
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = JoinTableResolver.GetSourceTable(joinedTable)
public static ESRI.ArcGIS.Geodatabase.ITable GetSourceTable( 
   ESRI.ArcGIS.Geodatabase.ITable joinedTable
)

Parameters

joinedTable
The joined table.

Return Value

The source table for the given joined 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

JoinTableResolver Class
JoinTableResolver Members
Overload List

 

 


Send Comment