When True, hide dynamics that are configured to activate when the data value evaluates to false and
currently have a bad quality data value, will be set to the "active" state (i.e. hidden).
When False, hide dynamics that have a bad quality data source will be set to the "inactive" state
(i.e. visible) and drawn with the "PointFailColors".
When Default, hide dynamics will remain in their current visibility state when their data value becomes bad quality
(if currently visible, they will be drawn with the "PointFailColors").
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public BooleanOption HideDynamicActiveWhenPointFailureEx { get; set; } |
Visual Basic |
---|
Public Property HideDynamicActiveWhenPointFailureEx As BooleanOption
Get
Set |
JScript |
---|
function get HideDynamicActiveWhenPointFailureEx () : BooleanOption
function set HideDynamicActiveWhenPointFailureEx (value : BooleanOption) |
See Also