Go to: Synopsis. Return value. Keywords.
Related. Flags.
MEL examples.
deleteAttrPattern [-allPatterns] [-patternName string] [-patternType string]
deleteAttrPattern is undoable, NOT queryable, and NOT
editable.
After a while the list of attribute patterns could become
cluttered. This command provides a way to remove patterns from
memory so that only the ones of interest will show.
string |
Name(s) of deleted pattern(s) |
attribute, pattern
addAttr, addExtension, applyAttrPattern, createAttrPatterns, listAttrPatterns
allPatterns, patternName, patternType
Flag can appear in Create mode of
command |
Flag can appear in Edit mode of command |
Flag can appear in Query mode of command |
Flag can be used more than once in a
command. |
deleteAttrPattern -patternType "xmlPattern";
// Result: myXMLPattern myOtherXMLPattern //
deleteAttrPattern -patternName "myJSONPattern"
// Result: myJSONPattern //