ICameraV2CameraYSize Property |
Returns the height of the CCD camera chip in unbinned pixels.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property CameraYSize As Integer
Get
property int CameraYSize {
int get ();
}
Property Value
Type:
Int32The size of the camera Y.
Exceptions Exception | Condition |
---|
NotConnectedException | Must throw exception if the value is not known |
See Also