gpeGetMap
gpeGetMap(u_sandbox[?verbose{t|nil} ] ) =>l_map/ nil
Description
Returns the Modgen sandbox map DPL for the specified Modgen sandbox object.
Arguments
Value Returned
|
Returns the Modgen sandbox map DPL, which is a list of |
|
Example
In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as argument for gpeGetMap:
sb = gpeEditSandbox()
map = gpeGetMap(sb)
Return to top