ArcFM Desktop Developer Guide
IsJoinedTable(IDataset) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

dataset
The dataset.

Return Value

true if the given dataset is 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