Delete Variant Attribute Function
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Deletes an attribute(s) and value(s) in variant data.

Inputs/Outputs
variant
—
variant is the variant data you want to delete an attribute(s) and value(s) in.
name (all attributes)
—
name is the name of the attribute you want to delete. If name matches an attribute, this function deletes the attribute and its value. If name is an empty string, this function deletes all the attributes and associated values in the variant data. The default is an empty string.
error in
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
variant out
—
variant out is the variant data with the deleted attribute(s).
found
—
found is TRUE if the function found the attribute specified in name. If name is unwired, found is TRUE if the function located and deleted attributes and FALSE otherwise.
error out
—
error out contains error information. This output provides standard error out functionality. |
variant
—
name (all attributes)
—
error in
—
variant out
—
found
—
error out
—