Creates a focuser object with the given Prog ID
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic Focuser(
string focuserId
)
Public Sub New (
focuserId As String
)
public:
Focuser(
String^ focuserId
)
Parameters
- focuserId String
- ProgID of the focuser device to be accessed.
See Also