Sets the subframe start position for the X axis (0 based) and returns the current value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax Property StartX As Integer
Get
Set
property int StartX {
int get ();
void set (int value);
}
Property Value
Type:
Int32The start X.
Exceptions Exception | Condition |
---|
NotConnectedException | Thrown if the driver is not connected. |
Remarks Must be implemented, must not throw a PropertyNotImplementedException.
If binning is active, value is in binned pixels.
See Also