Indicates whether the monitor is valid.

Namespace:  Quanser.Hardware
Assembly:  Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)

Syntax

Visual Basic (Declaration)
Function IsValid As Boolean
C#
bool IsValid()
Visual C++
bool IsValid()
JavaScript
function isValid();

Return Value

Returns true if the monitor is valid and false otherwise.

Remarks

This method returns true if the monitor is valid and false otherwise. A monitor should always be valid, but this method is provided as a sanity check.

See Also