ICameraV2CanAsymmetricBin Property
Returns a flag showing whether this camera supports asymmetric binning

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool CanAsymmetricBin { get; }

Property Value

Type: Boolean
true if this instance can asymmetric bin; otherwise, false.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if the value is not known (n.b. normally only occurs if no connection established and camera must be queried)
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

If true, the camera can have different binning on the X and Y axes, as determined by BinX and BinY. If false, the binning must be equal on the X and Y axes.

See Also