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

ddCatAddItem

ddCatAddItem( 
b_ddId 
t_name 
t_type 
) 
=> t / nil 

Description

Adds the specified name to the given category.

Edits are not written to disk until a ddCatSave is done. The given category must have been opened for “w” (write) or “a” (append).

Arguments

b_ddId

ID of the category to be modified.

t_name

The name of the item.

t_type

The object type of the item. The caller must specify the type of the object being added.

Value Returned

t

The function was successful

nil

The function failed.


Return to top
 ⠀
X