If this property is specified, when the discrete state of the primary datasource would activate this dynamic, rather then simply activate the dynamic, the dynamic’s activation state will be periodically toggled on and off. This property represents the time interval between toggle state changes (i.e. for GwxHide and GwxColor dynamics, this represents the flash rate). This time is expressed in milliseconds.

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

Syntax

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

Remarks

This property is a datasource and can therefore be a constant value, an OPC tag, expression, etc. If no value is specified, no toggle behavior will be applied.

See Also