Creates a rotator object with the given ProgID
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Rotator(
string rotatorId
)
Public Sub New (
rotatorId As String
)
public:
Rotator(
String^ rotatorId
)
Parameters
- rotatorId
- Type: SystemString
ProgID of the rotator to be accessed.
See Also