ApiBrain().GetPAGERTagPresetStrings
Gets the list of PAGER Tag Preset Strings in the current Brain File. These are the actual Tags.
Description
Gets the list of PAGER Tag Preset Strings in the current Brain File as a List of strings, corresponding Names and Types can be found at the same indices as the Tag Strings when calling GetPAGERTagPresetNames or GetPAGERTagPresetTypes.
Example Usage (C#)
//Getting all the Tag Preset Strings
List presetTagStrs = Core.ApiBrain().GetPAGERTagPresetStrings();
//Getting all the Tag Preset Strings
List presetTagStrs = Core.ApiBrain().GetPAGERTagPresetStrings();
Parameters
None. |
Returns
The string list of all PAGER Tag Preset Strings in the current Brain File.
See Also
- ApiBrain().GetAllPAGERTagPresets
- ApiBrain().GetPAGERTagPresetNames
- ApiBrain().GetPAGERTagPresetTypes