leSetRefPointInactive
leSetRefPointInactive(
d_cellViewId
)
=> t / nil
Description
Marks the reference point for cellview d_cellViewId as inactive. To make a reference point active again, use leSetRefPoint.
Arguments
|
The database ID of the cellview containing the reference point. |
Value Returned
Example
Makes the reference point in the cellview cell2 inactive and returns t.
leSetRefPointInactive( cell2 )
Return to top