ArcFM Desktop Developer Guide
SaveWorkspace Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This method saves the given workspace in the system table specified (MM_SYSTEM_PERSIST_INFO or MM_PERSIST_INFO).
Syntax
'Declaration
 
Public Function SaveWorkspace( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal systemMode As Boolean _
) As Boolean
'Usage
 
Dim instance As PersistInfo
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim systemMode As Boolean
Dim value As Boolean
 
value = instance.SaveWorkspace(pWorkspace, systemMode)
public bool SaveWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   bool systemMode
)

Parameters

pWorkspace
systemMode
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

PersistInfo Class
PersistInfo Members

 

 


Send Comment