During runtime, gets the current value of the high limit used by this dynamic animation.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Object GetHighLimitValue() |
| Visual Basic |
|---|
Public Function GetHighLimitValue As Object |
| JScript |
|---|
public function GetHighLimitValue() : Object |
Return Value
If this dynamic explicity specifies a
HighLimitSource, the value of that
data source is returned, otherwise the high limit of the value of
DataSource
is returned. If a high limit value cannot be determined, null is returned.
See Also