IVideoPixelSizeY Property |
Returns the height of the CCD chip pixels in microns.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax double PixelSizeY { get; }
ReadOnly Property PixelSizeY As Double
Get
property double PixelSizeY {
double get ();
}
Property Value
Type:
DoubleThe pixel size Y if known.
Exceptions Exception | Condition |
---|
PropertyNotImplementedException | Must throw exception if not implemented. |
See Also