Brings up the ASCOM Chooser Dialogue to choose a Focuser
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic static string Choose(
string focuserId
)
Public Shared Function Choose (
focuserId As String
) As String
public:
static String^ Choose(
String^ focuserId
)
Parameters
- focuserId
- Type: SystemString
Focuser Prog ID for default or null for None
Return Value
Type:
StringProg ID for chosen focuser or null for none
See Also