ICameraV2StartY Property
Sets the subframe start position for the Y axis (0 based). Also returns the current value.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
int StartY { get; set; }

Property Value

Type: Int32
The start Y.
Exceptions
ExceptionCondition
NotConnectedExceptionThrown 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