geEditInPlace
geEditInPlace(w_windowId t_accessMode d_instId x_iteration x_row x_col[g_cancel] ) => t / nil
Description
w_windowId must be a valid Graphics Editor window with at least one stack element, and d_instId must be an instance in the edit cellview in w_windowId.
- If d_instId is an iterated instance, x_iteration is the particular iteration that is edited in place.
- If d_instId is an arrayed instance, x_row and x_col indicate the particular element that is edited in place.
Arguments
|
Access mode used to open the instance master. |
|
|
This optional argument is currently ignored, and will be removed in a future release. |
Value Returned
Examples
Opens the master of inst5 in win3 in edit mode before editing it in place. It opens iteration 1 in row 3, column 3.
geEditInPlace( win3 "a" inst5 1 3 3 )
Related Topics
Return to top