gpeUnAbutGridEntries
gpeUnAbutGridEntries(u_sandbox l_gridEntries[?verbose{t|nil} ] ) =>t/nil
Description
Unabuts the specified list of instances or indexes in the specified sandbox object.
Arguments
Value Returned
Example
Makes the Modgen sandbox sb editable, and then turns on the synchronization mode. gpeAbutGridEntires is used to abut a specified list of instances. gpeUnAbutGridEntires is then used to unabut these instances.
sb = gpeEditSandbox()
gpeAbutGridEntries(sb list(list(1 0) list(1 1)) ?abutType "type0" ?verbose t)
>t
gpeUnAbutGridEntries(sb list(list(1 0) list(1 1)) ?verbose t)
> t
gpeSyncSandbox(sb)
Return to top