gpeClearTrunkChains
gpeClearTrunkChains(u_sandbox[?verbose{t|nil} ] ) =>t/ nil
Description
Removes all trunk chains from the Modgen sandbox.
Arguments
Value Returned
Example
In the following example, a sandbox object is first set up, and then the value is passed as an argument to gpeClearTrunkChains:
sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearTrunkChains(sandbox)
Return to top