leGetEditFigGroup
leGetEditFigGroup( [w_windowID] ) =>d_figGroupId/ nil
Description
Returns the database ID of the currently active figure group for Edit-In-Group mode editing, in the specified window or the current window.
Arguments
|
ID of the window containing the desired figure group. If you do not specify w_windowId, the current window is used. |
Value Returned
|
Database ID of the currently active figure group for Edit-In-Group mode editing. |
|
Example
For the specified window ID, returns database ID of the currently active figure group for Edit-In-Group mode editing.
leGetEditFigGroup(currWindowId)
Return to top