ApiBrain().GetPAGERTagPresetData

Returns a string containing all of the PAGER Tags from the given Preset Name.

Description

Allows you to call a stack of Tags by their Preset Name from the Brain File.

Example Usage (C#)


//Retrieving a saved Left Hand Pose

string presetName = “LeftHandDefault”;
string lHandDefaultTags = _core.ApiBrain().GetPAGERTagPresetData(presetName);

Parameters

string

presetName

The name of the PAGER Tag Preset to retrieve.

Returns

The string of PAGER Tags stored under that Preset Name.

See Also

  • ApiBrain().AddPAGERTagPreset
  • ApiBrain().GetPAGERTagPresetStrings