lmgrSetLCVFilter
lmgrSetLCVFilter(t_libfilter t_cellfilter t_viewfilter) =>t / nil
Description
Sets values to filter the libraries, cells, and views listed in the Library Manager.
Arguments
Value Returned
|
The specified filters could not be set because either the Library manager process is missing or an error occurred. |
Examples
Opens the Library Manager and sets filters for libraries to "a*", cells to "vdc", and no filter for views.
ddsOpenLibManager()
lmgrSetLCVFilter("a*" "vdc" "")
=> t
Related Topics
Return to top