TrackingRates Constructor |
TrackingRates constructor
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic TrackingRates(
Type objTypeScope,
Object objScopeLateBound,
TraceLogger TraceLog
)
Public Sub New (
objTypeScope As Type,
objScopeLateBound As Object,
TraceLog As TraceLogger
)
public:
TrackingRates(
Type^ objTypeScope,
Object^ objScopeLateBound,
TraceLogger^ TraceLog
)
Parameters
- objTypeScope
- Type: SystemType
The type of the supplied object - objScopeLateBound
- Type: SystemObject
The object representing the telescope device - TraceLog
- Type: ASCOM.UtilitiesTraceLogger
A pointer to a trace logger in which to record trace information
See Also