Click or drag to resize

TelescopeChoose Method

The Choose() method returns the DriverID of the selected driver. Choose() allows you to optionally pass the DriverID of a "current" driver (you probably save this in the registry), and the corresponding telescope type is pre-selected in the Chooser's list. In this case, the OK button starts out enabled (lit-up); the assumption is that the pre-selected driver has already been configured.

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public static string Choose(
	string telescopeId
)

Parameters

telescopeId
Type: SystemString
Optional DriverID of the previously selected telescope that is to be the pre-selected telescope in the list.

Return Value

Type: String
The DriverID of the user selected telescope. Null if the dialogue is cancelled.
See Also