leClearAllMeasurement
leClearAllMeasurement(
d_cellViewId ]
)
=> t
Description
Deletes all measurements in the specified cellview.
Arguments
|
The database ID of the cellview containing the instances you want to re-master. |
Value Returned
Example
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
leClearAllMeasurement(cellView)
)
)
Return to top