ArcFM Desktop Developer Guide
IsJoinedTable(IObjectClass) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The object class.
Determines whether [the specified object class] [is joined table].
Syntax
'Declaration
 
Public Overloads Shared Function IsJoinedTable( _
   ByVal objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass _
) As Boolean
'Usage
 
Dim objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim value As Boolean
 
value = JoinTableResolver.IsJoinedTable(objectClass)
public static bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IObjectClass objectClass
)

Parameters

objectClass
The object class.

Return Value

true if the object class represents a joined table; otherwise, false.
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