 | CSYSiScript Method |
Checks to see if we are running inside OMS (script mode)
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iScript()
public static int iScript()
Public Shared Function iScript As Integer
Public Shared Function iScript As Integer
public:
static int iScript()
public:
static int iScript()
static member iScript : unit -> int
static member iScript : unit -> int
Return Value
Type:
Int32
0 - Normal mode
1 - Scripting mode
A number of functions can only be run from inside Oasis montaj
(such as GetDisplayAreaRaw_EMAP), because they require an actual
window object, such as an editable database or map. Use this
function to prevent calls
See Also