leUnmarkNet
leUnmarkNet(
[ l_point ]
=> t / nil
Description
Deletes the highlighting of the marked nets in the current cellview. This function can delete the highlights of a particular net at the specified point (l_point). If no point is specified, the highlights of all the marked nets in current cellview are deleted.
Arguments
|
The highlights of the marked net that contains this point will be deleted. |
Value Returned
|
The highlights of the marked nets have been deleted successfully. |
|
|
The highlight of the marked nets have not been deleted successfully. |
Examples
leUnmarkNet('(5.23 3.6))
or
leUnmarkNet()
Return to top