ApiBrain().RemovePagerTagPreset
Removes a PAGER Tag Preset from the Brain File by its Name.
Description
PAGER Tag Presets are managed in SILVIA Studio easily, but they can be deleted by script as well, using their name. All preset names are unique, and saving to the same name overwrites, so likewise, removing is always 1 to 1.
Example Usage (C#)
//Removing the LeftHand pose from the Brain File
bool success = Core.ApiBrain().RemovePagerTagPreset(presetName);
Parameters
string |
presetName |
The name of the PAGER Tag Preset to remove. |
Returns
The boolean true or false representing the success or failure of the operation.
See Also
- ApiBrain().AddPagerTagPreset
- ApiBrain().GetPAGERTagPresetData
- ApiBrain().GetAllPAGERTagPresets