Click or drag to resize

DomeChoose Method

Shows the ASCOM Chooser to select a Dome.

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
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: String
The Prog ID of the Dome chosen, or Null if no dome is chose, or the dialog is canceled.
See Also