schSelectAllFig
schSelectAllFig(
[ d_cvId ]
)
=> t
Description
Selects all objects in a cellview that pass the selection filter.
Arguments
|
Cellview ID of the cellview you want to select. If not specified, the current cellview is used. |
Value Returned
Examples
Selects all objects from the cellview in the current window.
schSelectAllFig( )
Return to top