ArcFM Solution Developer Guide
OpenSystemTable Method (IMMTableUtils)


Syntax
'Declaration
 
Function OpenSystemTable( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrBaseTableName As String _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As IMMTableUtils
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrBaseTableName As String
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.OpenSystemTable(pWorkspace, bstrBaseTableName)
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

IMMTableUtils Interface
IMMTableUtils Members

 

 


Send Comment