Brings up the ASCOM Chooser Dialogue to choose a Switch
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic static string Choose(
string switchId
)
Public Shared Function Choose (
switchId As String
) As String
public:
static String^ Choose(
String^ switchId
)
Parameters
- switchId String
- FilterWheel Prog ID for default or null for None
Return Value
StringProg ID for chosen Switch or null for none
See Also