ArcFM Solution Developer Guide
OpenWorkspace Method (MMPersistInfoClass)


Syntax
'Declaration
 
Public Overridable Function OpenWorkspace( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal treeName As System.String, _
   ByVal systemMode As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As MMPersistInfoClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim treeName As System.String
Dim systemMode As System.Boolean
Dim value As System.Boolean
 
value = instance.OpenWorkspace(pWorkspace, treeName, systemMode)
public virtual System.bool OpenWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string treeName,
   System.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

MMPersistInfoClass Class
MMPersistInfoClass Members

 

 


Send Comment