ddsSetLibManLCV
ddsSetLibManLCV(t_lib[t_cell] [t_view] ) => t / nil
Description
Allows the application to set the library name, cell name, or view name entries in the library manager from a DFII session.
Arguments
|
The name of a cell. If not specified, only the specified library is selected. |
|
|
The name of a view. If not specified, only the specified cell or library is selected. |
Value Returned
Examples
ddsSetLibManLCV( "library" "data" "layout" )
Return to top