ArcFM Solution Developer Guide
CanWriteSystemTable Method (IMMTableUtils)


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