When set to true if the content of a cell is a valid OPC tag it's automatiacally resolved and its value is shown in the cell

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ResolveOpcTags { get; set; }
Visual Basic
Public Property ResolveOpcTags As Boolean
	Get
	Set
JScript
function get ResolveOpcTags () : boolean
function set ResolveOpcTags (value : boolean)

Remarks

OPC tags start with "@" character

See Also