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