ArcFM Server Developer Guide
SaveToDBTable Method


Syntax
'Declaration
 
Sub SaveToDBTable( _
   ByVal bstrTreeName As String, _
   ByVal pSystemInfoTable As ESRI.ArcGIS.Geodatabase.ITable _
) 
'Usage
 
Dim instance As IMMPersistentListItem2
Dim bstrTreeName As String
Dim pSystemInfoTable As ESRI.ArcGIS.Geodatabase.ITable
 
instance.SaveToDBTable(bstrTreeName, pSystemInfoTable)
void SaveToDBTable( 
   string bstrTreeName,
   ESRI.ArcGIS.Geodatabase.ITable pSystemInfoTable
)

Parameters

bstrTreeName
pSystemInfoTable
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

IMMPersistentListItem2 Interface
IMMPersistentListItem2 Members

 

 


Send Comment