ArcFM Solution Developer Guide
LoadFromDBTable Method


Syntax
'Declaration
 
Sub LoadFromDBTable( _
   ByVal bstrTreeName As System.String, _
   ByVal pSystemInfoTable As ESRI.ArcGIS.Geodatabase.ITable _
) 
'Usage
 
Dim instance As IMMPersistentListItem2
Dim bstrTreeName As System.String
Dim pSystemInfoTable As ESRI.ArcGIS.Geodatabase.ITable
 
instance.LoadFromDBTable(bstrTreeName, pSystemInfoTable)
void LoadFromDBTable( 
   System.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