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

ddDeleteLocal

ddDeleteLocal( 
b_objectId 
)
=> t / nil 

Description

Removes b_objectId from the local work area only. If the objects are under design management, they are not removed from the repository.

ddDeleteLocal has two triggers: PreDeleteObj and PostDeleteObj. The object IDs of deleted objects in virtual memory remain valid until after the return from PostDeleteObj triggers, so you can use PI functions (for cleanup) that require an ID. If you call ddDeleteLocal on a directory object that contains children, ddDeleteLocal calls the pre- and post-triggers once for each of the child objects that has an ID in virtual memory.

Arguments

b_objectId

Object identifier returned by ddCreateLib or ddGetObj.

Value Returned

t

Execution of the function succeeded.

nil

Execution of the function failed.

Example

ddDeleteLocal( TTL7400libraryId ) => t 

Return to top
 ⠀
X