leIsRefPointActive
leIsRefPointActive(
d_cellViewId
)
=> t / nil
Description
Checks whether the cellview d_cellViewId contains an active reference point.
Arguments
|
The database ID of the cellview containing the reference point. |
Value Returned
|
The reference point is not active for cellview d_cellViewId. |
Example
Returns t if the reference point is active in the cellview cell2.
leIsRefPointActive( cell2 )
Return to top