IVideoPixelSizeX Property |
Returns the width 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 PixelSizeX { get; }
ReadOnly Property PixelSizeX As Double
Get
property double PixelSizeX {
double get ();
}
Property Value
Type:
DoubleThe pixel size X if known.
Exceptions Exception | Condition |
---|
PropertyNotImplementedException | Must throw exception if not implemented. |
See Also