GM_RunSpatialScript

Run a GM spatial script

Syntax

C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_RunSpatialScript
(
const char* aStr        // IN: the spatial script; may not be NULL
);