ArcFM Desktop Developer Guide
GetSourceTable(IObjectClass) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

objectClass
The object class.

Return Value

The source table for the given object class.
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