Gets or sets the option for computing gain.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputeGain() As Boolean |
[C#] |
---|
public bool ComputeGain {get; set;} |
[Managed C++] |
---|
public: __property bool get_ComputeGain(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeGain( VARIANT_BOOL * pVal ); public: HRESULT put_ComputeGain( VARIANT_BOOL val ); |
[Java] |
---|
public bool getComputeGain(); public void setComputeGain( bool ); |