HandEyeOutput Conversion (HandEyeOutput to Boolean) |
Test if HandEyeOutput is valid
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public static implicit operator bool (
HandEyeOutput output
)
Public Shared Widening Operator CType (
output As HandEyeOutput
) As Boolean
static implicit operator bool (
HandEyeOutput^ output
)
Parameters
- output
- Type: Zivid.NET.CalibrationHandEyeOutput
Return Value
Type:
BooleanTrue if HandEyeOutput is valid
See Also