Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddCatRefresh

ddCatRefresh( 
b_catFiles 
)
=> t / nil 

Description

Given the DD ID of a category file, this function will purge the in-memory copy of the file and read it in again from disk. This will update the in-memory copy. Refresh is allowed only if the category was opened in read mode.

Arguments

b_catFile

ID of a category file.

Value Returned

t

The in-memory copy is updateAI665d.

nil

Execution of the function failed.

Example

catId = ddCatOpen(libId, "mycat.Cat" "r")
ddCatRefresh(catId)

Return to top
 ⠀
X