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: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public void Add(
	double Minimum,
	double Maximum
)

Parameters

Minimum
Type: SystemDouble
The minimum value of this rate range
Maximum
Type: SystemDouble
The maximum value of this rate range
See Also