Tags, Assets and Templates > Tag Runtime Objects
  
Tag Runtime Objects
Tag Namespace
All project real-time variables, or project tags as they usually are referred to in process automation context, created at the EditTagsObjects table, are available to the runtime modules as .NET objects at the Tag Namespace.
All Built-in Tag Types share a common set of properties and methods defined in the base class TagObj. The Tags created from user defined templates, see Creating Tag Templates, are implemented by the base class UserType.
 
Class Type
Description.
TagObj
Base classes to all Tag objects.
Digital
Runtime properties for tags of Type Digital.
Analog
Runtime properties for all Analog Tag Types.
AnalogInt
Runtime properties for tags of Type Integer.
AnalogLong
Runtime properties for tags of Type Long.
AnalogDecimal
Runtime properties for tags of Type Decimal.
AnalogDouble
Runtime properties for tags of Type Double.
Text
Runtime properties for tags of Type Text.
TDateTime
Runtime properties for tags of Type DateTime.
Timer
Runtime properties for tags of Type Timer.
TTimeSpan
Runtime properties for tags of Type TimeSpan.
Reference
Runtime properties for tags of Type Reference.
TDataTable
Runtime properties for tags of Type DataTable.
UserType
Runtime Properties for tags from Templates.
See http://www.tatsoft.com/help/fs-2014/runtime/index.html for the complete programming reference on runtime objects.