ArcFM Engine Developer Guide
mmRuntimeMode Enumeration


This enumeration contains a list of ArcFM Solution environments and applications. MMRuntimeEnvironment uses this enumeration to retrieve runtime mode for existing applications and manually set a runtime mode for custom applications.

Runtime mode is automatically set for ArcGIS and Schneider Electric applications and does not need to be set manually.

Syntax
'Declaration
 
<GuidAttribute("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")>
Public Enum mmRuntimeMode 
   Inherits System.Enum
'Usage
 
Dim instance As mmRuntimeMode
[Guid("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")]
public enum mmRuntimeMode : System.Enum 
Members
MemberDescription
mmRuntimeModeArcCatalogArcCatalog
mmRuntimeModeArcEngineArcEngine
mmRuntimeModeArcMapArcMap
mmRuntimeModeArcServerArcServer
mmRuntimeModeDesignerStakerDesigner Staker
mmRuntimeModeEngineViewerArcFM Viewer for ArcGIS Engine
mmRuntimeModeNoneNone
mmRuntimeModeProcessManager 
mmRuntimeModeUnknownUnknown
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.mmRuntimeMode

Requirements

See Also

Reference

Miner Namespace

 

 


Send Comment