gpeGetFigGroup
gpeGetFigGroup(u_sandbox[?verbose{t|nil} ] ) =>d_figGoupID/ nil
Description
Returns the ID of the Modgen figGroup that is associated with the specified Modgen sandbox object.
Arguments
Value Returned
|
Returns the figGroup ID of the Modgen associated with the specified Modgen sandbox object. |
|
Example
In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as argument for gpeGetFigGroup:
sb = gpeEditSandbox()
fg = gpeGetFigGroup(sb)
Return to top