Click or drag to resize

IMeasureBasicisValueDefault Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
TRUE if current value is same as default value specified with constructor

Namespace:  imbSCI.Core.interfaces
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
bool isValueDefault { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is value default; otherwise, false.
See Also