ArcFM Solution Developer Guide
SaveToDB Method (IMMPersistentListItem)


String
IWorkspace
Saves to a row in the MM_SYSTEM_PERSIST_INFO table in the given workspace. It uses the row from this table that has the specified TreeName value.
Syntax
'Declaration
 
Sub SaveToDB( _
   ByVal bstrTreeName As String, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As IMMPersistentListItem
Dim bstrTreeName As String
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.SaveToDB(bstrTreeName, pWorkspace)
void SaveToDB( 
   string bstrTreeName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace
)

Parameters

bstrTreeName
String
pWorkspace
IWorkspace
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

IMMPersistentListItem Interface
IMMPersistentListItem Members

 

 


Send Comment