|
Navigation: Programming with Amos > Class Reference > The t Namespace > Variable Class Reference > Variable Class Members > Properties > IsObserved Property |
Gets a boolean value that indicates whether the variable is observed.
Syntax
result = object.IsObserved
The IsObserved property syntax has the following parts:
Part |
Description |
result |
True if the variable is observed. |
object |
An object of type CValue. |