opcReleaseSet
opcReleaseSet(d_cellview) =>t/ nil
Description
Removes from cache the sets contained in the specified cellview, but retains them on the hard disk. The function is intended to release memory when critical operations need to be run.
Arguments
Value Returned
Examples
cv = geGetEditCellView()
opcReleaseSet(cv)
Return to top