Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dagDeleteActionFromObject

dagDeleteActionFromObject(
t_actionName
w_object 
) 
=> t / nil 

Description

Deletes the action named t_actionName from the specified class or node. If a node action was inherited from its class, the action must be deleted from the class, not the node.

Arguments

t_actionName

Name of the action.

w_object

Class or node the action is applied to.

Value Returned

t

The action was deleted.

nil

The action was not deleted.

Related Topics

dag Functions


Return to top
 ⠀
X