Shows the ASCOM Chooser to select a Dome.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic static string Choose(
string domeId
)
Public Shared Function Choose (
domeId As String
) As String
public:
static String^ Choose(
String^ domeId
)
Parameters
- domeId
- Type: SystemString
Prog ID of the default dome to select. Null if no default is to be set.
Return Value
Type:
StringThe Prog ID of the Dome chosen, or Null if no dome is chose, or the dialog is canceled.
See Also