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