gpeClearTopo
gpeClearTopo(u_sandbox[?verbose{t|nil} ] ) =>t/nil
Description
Removes all topologies from the specified Modgen sandbox.
Arguments
Value Returned
|
All topologies were removed from the specified Modgen sandbox. |
|
Example
In the following example, all topologies are removed from the specified Modgen sandbox:
sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearTopo(sandbox)
Return to top