Creates an instance of the telescope class.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Telescope(
string telescopeId
)
Public Sub New (
telescopeId As String
)
public:
Telescope(
String^ telescopeId
)
Parameters
- telescopeId
- Type: SystemString
The ProgID for the telescope
See Also