ArcFM Solution Developer Guide
OpenSystemTable Method (MMTableUtilsClass)


Syntax
'Declaration
 
Public Overridable Function OpenSystemTable( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrBaseTableName As String _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As MMTableUtilsClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrBaseTableName As String
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.OpenSystemTable(pWorkspace, bstrBaseTableName)
public virtual ESRI.ArcGIS.Geodatabase.ITable OpenSystemTable( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string bstrBaseTableName
)

Parameters

pWorkspace
bstrBaseTableName
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