SafetyMonitorChoose Method |
Brings up the ASCOM Chooser Dialogue to choose a SafetyMonitor
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static string Choose(
string safetyMonitorId
)
Public Shared Function Choose (
safetyMonitorId As String
) As String
public:
static String^ Choose(
String^ safetyMonitorId
)
Parameters
- safetyMonitorId String
- SafetyMonitor Prog ID for default or null for None
Return Value
StringProg ID for chosen SafetyMonitor or null for none
See Also