gpeStacksUncompress
gpeStacksUncompress(u_sandbox[?verbose{t|nil} ] ) =>t/ nil
Description
Uncompresses all stacks in the specified Modgen sandbox object.
Arguments
Value Returned
|
All stacks in the specified Modgen sandbox object have been uncompressed. |
|
|
There are no stacks in the Modgen sandbox object, or the existing stacks could not be uncompressed. |
Example
Uncompresses all stacks in the specified Modgen sandbox object sb:
lcv = geGetEditCellView()
mgId = dbGetFigGroupByName(lcv "Modgen_1")
sb = gpeStartSandbox(?ref mgId)
gpeStacksUncompress(sb)
Return to top