ArcFM Server Developer Guide
OpenWorkspace Method (IMMPersistInfo)


Syntax
'Declaration
 
Function OpenWorkspace( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal treeName As String, _
   ByVal systemMode As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMPersistInfo
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim treeName As String
Dim systemMode As Boolean
Dim value As Boolean
 
value = instance.OpenWorkspace(pWorkspace, treeName, systemMode)
bool OpenWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string treeName,
   bool systemMode
)

Parameters

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