ArcFM Server Developer Guide
SaveWorkspace Method (IMMPersistInfo)


Syntax
'Declaration
 
Function SaveWorkspace( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal systemMode As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMPersistInfo
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim systemMode As Boolean
Dim value As Boolean
 
value = instance.SaveWorkspace(pWorkspace, systemMode)
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

IMMPersistInfo Interface
IMMPersistInfo Members

 

 


Send Comment