TagObj Class

Base classes to all Tag objects.
Public MustInherit Class TagObj 
Implements ITagObj
This language is not supported or no code example is available.
public abstract class TagObj : ITagObj
This language is not supported or no code example is available.
Name Description
Public constructor TagObj(RunObj, eObjType, int, TypeCode) Construct the instance
Public constructor TagObj(RunObj, eObjType, int[], TypeCode) Construct the instance
Top
Name Description
Public property AckRequired Gets the Tag's AckRequired property.
Public property Acked Gets or sets the Tag's Acked property.
Public property ActiveColor Gets the Tag's ActiveColor property.
Public property AlarmDisable Gets or sets the Tag's AlarmDisable property.
Public property AlarmPriorityEnum Gets or sets the Tag's AlarmPriorityEnum property.
Public property AlarmState Gets the Tag's AlarmState property.
Public property AlarmSuspend Gets or sets the Tag's AlarmSuspend property.
Public property ArraySize Gets the Tag's ArraySize property.
Public property Category Gets the Tag's Category property.
Public property Changed Gets the Tag's Changed property.
Public property DefaultSymbol Gets the Tag's Symbol property.
Public property Description Gets the Tag's Description property.
Public property DevicePoint Gets the Tag's DevicePoint property.
Public property DeviceWriteDelta Gets or sets the Tag's DeviceWriteDelta property.
Public property Disable Gets or sets the Tag's Disable property.
Public property DisplayText Gets or sets the Tag's DisplayText property.
Public property Domain Gets the Tag's Domain property.
Public property Enumeration Gets the Tag's Enumeration property.
Public property ExecuteAck Gets or sets the Tag's ExecuteAck property. (hidden to intelisense)
Public property FirstDescription Gets the Tag's FirstDescription property.
Public property Format Gets or sets the Tag's Format property.
Public property FullDescription Gets the Tag's FullDescription property.
Public property HasHistorian Gets the Tag's HasHistorian property.
Public property Historian Gets the Tag's Historian property.
Public property InactiveColor Gets the Tag's InactiveColor property.
Public property LastArrayIndex Gets the Tag's LastArrayIndex property.
Public property LastWriteAccess Gets the Tag's LastWriteAccess property (hidden to intelisense).
Public property Level Gets the Tag's Level property.
Public property Locked Gets or sets the Tag's Locked property.
Public property Path Gets the Tag's Path property.
Public property PrefixAlarmMessage Gets or sets the Tag's PrefixAlarmMessage property.
Public property Quality Gets or sets the Tag's quality state.
Public property RaiseAllChanges Gets or sets the Tag's RaiseAllChanges property.
Public property ReadSecurity Gets or sets the Tag's ReadSecurity property.
Public property RelativeAddress Gets the Tag's RelativeAddress property.
Public property Retentive Gets or sets the Tag's Retentive property.
Public property Text1 Gets or sets the extended text field 1.
Public property Text2 Gets or sets the extended text field 2.
Public property Timestamp Gets or sets the Tag's Timestamp property.
Public property Units Gets or sets the Tag's Units property.
Public property ValueAsString Gets or sets the Tag's ValueAsString property.
Public property ValueType Gets the Tag's ValueType property.
Public property Visibility Gets the Tag's Visibility property.
Public property WriteSecurity Gets or sets the Tag's WriteSecurity property.
Public property XmlAttributes Gets or sets the Tag's XmlAttributes property.
Top
Methods
 
Name Description
Public method CanAddUsedTags(int) CanAddUsedTags
Public method ForceValue(object) Forces the object's value property to the value passed as a parameter.
Public method GetAlarmItemReference(eCondition) Return the reference object to the configured condition
Public method GetCategoryFlags() Gets the category flags
Public method GetDescription() Return the description
Public method GetEnumerationName() Gets enumeration name
Public method GetFormatedValue(bool) Get objType
Public method GetObjValue() Get object objType
Public method GetValue(bool) Get objType
Public method GetValue() Get objType
Public method GetValueAsString(object) Get value as string
Public method IsDeadbandByPercentage() Flag indicating whether Deabband property is by absolute or percentage
Public method IsEnumeration() Gets flag indicating whether tag is enumeration
Public method PreloadMainProperties() Called to preload the main properties
Public method SetValue(object, int, int, eRunEvent, long) Set objType
Public method SetValue(object, int, int, eRunEvent, long, Func<Boolean>) Set objType
Public method SetValue(object, int, int, eRunEvent, long, Func<Boolean>, string) Set objType
Public method SetValue(object, int, DateTimeOffset, int, int, eRunEvent, long) Set objType
Public method SetValue(object, int, DateTimeOffset, int, int, eRunEvent, long, Func<Boolean>, string) Set objType
Public method SetValue(object, Nullable<Int32>, Nullable<DateTimeOffset>, int, int, eRunEvent, long, Func<Boolean>, string) Set objType
Public method SetValue(object) Set objType
Public method SetValue(object, eRunEvent) Set objType
Public method SetValue(object, int) Set objType
Public method SetValue(object, int, eRunEvent) Set objType
Public method SetValue(object, int, DateTimeOffset) Set objType
Public method ToString() Converts this instance to its equivalent string representation.
Top
Name Description
Public enumeration e Enum containg list of IDs of runtime objects
Top

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition