Click or drag to resize

SafetyMonitorChoose Method

Brings up the ASCOM Chooser Dialogue to choose a SafetyMonitor

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public static string Choose(
	string safetyMonitorId
)

Parameters

safetyMonitorId
Type: SystemString
SafetyMonitor Prog ID for default or null for None

Return Value

Type: String
Prog ID for chosen SafetyMonitor or null for none
See Also