 | ITemperatureControllerTryGetMaxTempSetpoint Method |
Try to read the maximum acceptable temperature setpoint.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool TryGetMaxTempSetpoint(
ref float Setpoint
)
Function TryGetMaxTempSetpoint (
ByRef Setpoint As Single
) As Boolean
Parameters
- Setpoint Single
- Is set to the read value if the operation was successful.
Return Value
BooleanTrue if the value was read successfully, false if not.
See Also