| Miner.Interop Namespace > IMMWorkspaceManager Interface : GetWorkspace Method | 
Allows options to be passed in using the mmWorkspaceOptions enumeration; options passed as Long
'DeclarationFunction GetWorkspace( _ ByVal pPS As ESRI.ArcGIS.esriSystem.IPropertySet, _ ByVal Options As System.Integer _ ) As ESRI.ArcGIS.Geodatabase.IWorkspace
'UsageDim instance As IMMWorkspaceManager Dim pPS As ESRI.ArcGIS.esriSystem.IPropertySet Dim Options As System.Integer Dim value As ESRI.ArcGIS.Geodatabase.IWorkspace value = instance.GetWorkspace(pPS, Options)
ESRI.ArcGIS.Geodatabase.IWorkspace GetWorkspace( ESRI.ArcGIS.esriSystem.IPropertySet pPS, System.int Options )
function GetWorkspace( 
    pPS: ESRI.ArcGIS.esriSystem.IPropertySet;
    Options: System.Integer
): ESRI.ArcGIS.Geodatabase.IWorkspace; 
            function GetWorkspace( pPS : ESRI.ArcGIS.esriSystem.IPropertySet, Options : System.int ) : ESRI.ArcGIS.Geodatabase.IWorkspace;
Allows options to be passed in using the mmWorkspaceOptions enumeration; options passed as Long
| Visual Basic |  Copy Code | 
            |
|---|---|---|
                    
  | 
            ||
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2