ArcFM Solution Developer Guide
OpenRelationshipTable Method (MMTableUtilsClass)






Syntax
'Declaration
 
Public Overridable Function OpenRelationshipTable( _
   ByVal bstrTableName As System.String, _
   ByVal pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As MMTableUtilsClass
Dim bstrTableName As System.String
Dim pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.OpenRelationshipTable(bstrTableName, pFeatureWorkspace)
public virtual ESRI.ArcGIS.Geodatabase.ITable OpenRelationshipTable( 
   System.string bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pFeatureWorkspace
)
public function OpenRelationshipTable( 
    bstrTableName: System.String;
    pFeatureWorkspace: ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
): ESRI.ArcGIS.Geodatabase.ITable; virtual; 
public function OpenRelationshipTable( 
   bstrTableName : System.String,
   pFeatureWorkspace : ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
) : ESRI.ArcGIS.Geodatabase.ITable;
public: virtual ESRI.ArcGIS.Geodatabase.ITable* OpenRelationshipTable( 
   System.string* bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace* pFeatureWorkspace
) 
public:
virtual ESRI.ArcGIS.Geodatabase.ITable^ OpenRelationshipTable( 
   System.String^ bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace^ pFeatureWorkspace
) 

Parameters

bstrTableName
pFeatureWorkspace
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

MMTableUtilsClass Class
MMTableUtilsClass Members

Send Feedback