This property specifies a high limit for value used in the analog animation.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string HighLimitSource { get; set; }
Visual Basic
Public Property HighLimitSource As String
	Get
	Set
JScript
function get HighLimitSource () : String
function set HighLimitSource (value : String)

Remarks

This property is a datasource and can therefore be a constant value, a percentage, an OPC tag, expression, etc. If no value is specified, the default high limit of the primary datasource is used.

See Also