gpeIsSandboxSync
gpeIsSandboxSync(u_sandbox[?verbose{t|nil} ] ) =>t/ nil
Description
Checks whether the specified Modgen sandbox object is in sync with its associated Modgen constraint, and returns a Boolean that indicates the status.
Arguments
Value Returned
|
The Modgen sandbox object and constraint are not synchronized. |
Example
In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as argument for gpeIsSandboxSync:
sb = gpeEditSandbox() => pe:0x#####
gpeIsSandboxSync(sb) => nil
Return to top