leGetRefPoint
leGetRefPoint(d_cellViewId) =>l_point /nil
Description
Returns the reference point of cellview d_cellViewId. The reference point must be active.
Arguments
|
The database ID of the cellview containing the reference point. |
Value Returned
Example
Returns the coordinates of the reference point in the cellview cell2.
leGetRefPoint( cell2 )
Return to top