gpeUnSyncSandbox
gpeUnSyncSandbox(u_sandbox[?verbose{t|nil} ] ) =>t/ nil
Description
Sets the specified Modgen sandbox object to the unsynchronized mode. In this mode, any change to the state of the Modgen sandbox object is not reflected in any associated Modgen constraint and the layout placement.
Arguments
Value Returned
|
Indicates that the state of the Modgen sandbox object has been set to no-sync. |
|
Example
Sets the Modgen sandbox object, which is identified by the value of sb, to no-sync mode:
sb = gpeEditSandbox() => pe:0x#####
gpeUnSyncSandbox(sb) => t
Return to top