ArcFM Solution Developer Guide
OpenTable Method (MMTableUtilsClass)


Syntax
'Declaration
 
Public Overridable Function OpenTable( _
   ByVal bstrTableName As String, _
   ByVal pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As MMTableUtilsClass
Dim bstrTableName As 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( 
   string bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pFeatureWorkspace
)

Parameters

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

MMTableUtilsClass Class
MMTableUtilsClass Members

 

 


Send Comment