During runtime, gets the current value of the low limit used by this dynamic animation.

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

Syntax

C#
public Object GetLowLimitValue()
Visual Basic
Public Function GetLowLimitValue As Object
JScript
public function GetLowLimitValue() : Object

Return Value

If this dynamic explicity specifies a LowLimitSource, the value of that data source is returned, otherwise the low limit of the value of DataSource is returned. If a low limit value cannot be determined, null is returned.

See Also