gpeStacksAreCompressed
gpeStacksAreCompressed(u_sandbox[?verbose{t|nil} ] ) =>t/ nil
Description
Determines whether the stacks in the specified Modgen sandbox object are in the compressed state.
Arguments
Value Returned
|
One or more compressed stacks are present in the Modgen sandbox object. |
|
Example
Determines whether there are any compressed stacks in the specified Modgen sandbox object:
lcv = geGetEditCellView()
mgId = dbGetFigGroupByName(lcv "Modgen_1")
sb = gpeStartSandbox(?ref mgId)
gpeStacksAreCompressed(sb)
Return to top