ArcFM Solution Developer Guide
SaveToUserDB Method (IMMPersistentListItem)


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

Parameters

bstrTreeName
String
bstrUserName
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