ArcFM Responder Mobile Developer Guide
RuntimeMode Property (IMMRuntimeEnvironment)






This property returns a value from the mmRuntimeMode enumeration indicating an ArcFM Solution environment or ArcGIS application.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property RuntimeMode As mmRuntimeMode
'Usage
 
Dim instance As IMMRuntimeEnvironment
Dim value As mmRuntimeMode
 
instance.RuntimeMode = value
 
value = instance.RuntimeMode
[System.Runtime.InteropServices.DispId(1610678272)]
mmRuntimeMode RuntimeMode {get; set;}
read-write property RuntimeMode: mmRuntimeMode; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set RuntimeMode : mmRuntimeMode
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmRuntimeMode get_RuntimeMode();
__property void set_RuntimeMode( 
   mmRuntimeMode value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmRuntimeMode RuntimeMode {
   mmRuntimeMode get();
   void set (    mmRuntimeMode value);
}

Property Value

Returns a value from the mmRuntimeMode enumeration
Requirements

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

See Also

Reference

IMMRuntimeEnvironment Interface
IMMRuntimeEnvironment Members

Send Feedback