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