This property specifies a low 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 LowLimitSource { get; set; }
Visual Basic
Public Property LowLimitSource As String
	Get
	Set
JScript
function get LowLimitSource () : String
function set LowLimitSource (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 low limit of the primary datasource is used.

See Also