ArcFM Solution Developer Guide
OpenTable Method (MMTableUtilsClass)






Syntax
'Declaration
 
Public Overridable Function OpenTable( _
   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.OpenTable(bstrTableName, pFeatureWorkspace)
public virtual ESRI.ArcGIS.Geodatabase.ITable OpenTable( 
   System.string bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pFeatureWorkspace
)
public function OpenTable( 
    bstrTableName: System.String;
    pFeatureWorkspace: ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
): ESRI.ArcGIS.Geodatabase.ITable; virtual; 
public function OpenTable( 
   bstrTableName : System.String,
   pFeatureWorkspace : ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
) : ESRI.ArcGIS.Geodatabase.ITable;
public: virtual ESRI.ArcGIS.Geodatabase.ITable* OpenTable( 
   System.string* bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace* pFeatureWorkspace
) 
public:
virtual ESRI.ArcGIS.Geodatabase.ITable^ OpenTable( 
   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