True to show the PointFailText to indicate that an object has a bad quality data source.
When false, the last known good/uncertain value will continue to be shown (instead of the PointFailText) when there is a bad quality data source.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool UsePointFailText { get; set; } |
| Visual Basic |
|---|
Public Property UsePointFailText As Boolean
Get
Set |
| JScript |
|---|
function get UsePointFailText () : boolean
function set UsePointFailText (value : boolean) |
See Also