ArcFM Responder Mobile Developer Guide
mmRuntimeMode Enumeration






These are duplicates of the enumerations in Miner.Interop.System. This allows usage of the RuntimeEnv class w/out reference to Miner.Interop.System.

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
 
<System.Runtime.InteropServices.GuidAttribute("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")>
Public Enum mmRuntimeMode 
   Inherits System.Enum
'Usage
 
Dim instance As mmRuntimeMode
[System.Runtime.InteropServices.Guid("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")]
public enum mmRuntimeMode : System.Enum 
public enum mmRuntimeMode = class(System.Enum)
System.Runtime.InteropServices.GuidAttribute("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")
public enum mmRuntimeMode extends System.Enum
[System.Runtime.InteropServices.Guid("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")]
__value public enum mmRuntimeMode : public System.Enum 
[System.Runtime.InteropServices.Guid("EE81ED50-A48A-45DB-863D-A83BE4AF78D7")]
public enum class mmRuntimeMode : public 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 Feedback