Constructor for Dome class. Creates a Dome based on the ProgID in the DomeID string.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Dome(
string domeId
)
Public Sub New (
domeId As String
)
public:
Dome(
String^ domeId
)
Parameters
- domeId
- Type: SystemString
The progID of the dome to be instantiated
See Also