ArcFM Solution Developer Guide
mmWorkspaceOptions Enumeration


This enumeration allows users to pass options to IMMWorkspaceManager. There is no limit to the number of options that may be passed in. Use the sum of the values as a long integer to pass in to IMMWorkspaceManager::GetWorkspace as the Options argument.
Syntax
'Declaration
 
<GuidAttribute("DF492EF5-C74C-465B-B1B8-BBB4AF9B28E9")>
Public Enum mmWorkspaceOptions 
   Inherits System.Enum
'Usage
 
Dim instance As mmWorkspaceOptions
[Guid("DF492EF5-C74C-465B-B1B8-BBB4AF9B28E9")]
public enum mmWorkspaceOptions : System.Enum 
Members
MemberDescription
mmWSOCreateNew 
mmWSOGDBModelName 
mmWSOIncludeLogin 
mmWSOIncludeWorkspacesFromTables 
mmWSOInteractive 
mmWSONoBulletinBoard 
mmWSONoFileSystem 
mmWSONoSdeDefault 
mmWSOReturnCachable 
mmWSOReturnDesignWS 
mmWSOReturnEditWS 
mmWSOReturnFirst 
mmWSOUseAllMaps 
mmWSOVersioned 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmWorkspaceOptions

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

Miner.Interop Namespace

 

 


Send Comment