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