schDeselectAllFig
schDeselectAllFig(
[ d_cvId ]
)
=> t
Description
Deselects all objects in a specified cellview. Bypasses the selection filter.
Arguments
|
Cellview ID of the cellview containing the objects you want to deselect. If no cellview is specified, the current cellview is used. |
Value Returned
Examples
Deselects all figures from the cellview in the current window.
schDeselectAllFig()
Return to top