Click or drag to resize

AxisRatesAdd Method

Adds a new rate to the collection

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void Add(
	double Minimum,
	double Maximum
)

Parameters

Minimum  Double
The minimum value of this rate range
Maximum  Double
The maximum value of this rate range
See Also