leEditInPlace
leEditInPlace(
w_windowId
l_hierlist
)
=> t / nil
Description
Descends through the hierarchy to edit a cell in place.
Arguments
Value Returned
Example
Descends through an instance topInst at level one, an element of a mosaic Sub1Inst at level two, and an instance sub2Inst at level three. Here, topInst, sub1Inst, and sub2Inst are the appropriate database IDs stored in variables.
leEditInPlace( hiGetCurrentWindow() list(list(topInst 0 0 0) list(sub1Inst 0 1 2) list(sub2Inst 0 0 0)) )
Return to top