short Gain { get; set; }Property Gain As Short
Get
Setproperty short Gain {
short get ();
void set (short value);
}GAIN VALUE MODE: The current gain value.
OR
GAINS INDEX MODE: Index into the Gains array for the current camera gain| PropertyNotImplementedException | When neither GAINS INDEX mode nor GAIN VALUE mode are supported. |
| InvalidValueException | When the supplied value is not valid. |
| NotConnectedException | If the device is not connected |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
| Date | Version | Description |
|---|---|---|
| ICameraV2 | Platform 6.0 | Member added. |