leSetRefPoint
leSetRefPoint(
d_cellViewId
l_point
)
=> t / nil
Description
Sets the reference point of cellview d_cellViewId to the point l_point. The reference point is set to be active if it was inactive.
Arguments
|
The database ID of the cellview containing the reference point. |
|
Value Returned
|
The reference point is not set and the software generates a warning message. |
Example
Locates the reference point of the cellview cell2 at the coordinate 25:25 and returns t.
leSetRefPoint( cell2 25:25 )
Return to top