ArcFM Responder Mobile Developer Guide
IsJoinedTable(IObjectClass) Method






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 System.Boolean
'Usage
 
Dim objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim value As System.Boolean
 
value = JoinTableResolver.IsJoinedTable(objectClass)
public static System.bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IObjectClass objectClass
)
public function IsJoinedTable( 
    objectClass: ESRI.ArcGIS.Geodatabase.IObjectClass
): System.Boolean; static; 
public static function IsJoinedTable( 
   objectClass : ESRI.ArcGIS.Geodatabase.IObjectClass
) : System.boolean;
public: static System.bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IObjectClass* objectClass
) 
public:
static System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JoinTableResolver Class
JoinTableResolver Members
Overload List

Send Feedback