Gets or sets the contours value represents the gain value relative to the maximum.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelativeToMaxGain() As Boolean |
[C#] |
---|
public bool RelativeToMaxGain {get; set;} |
[Managed C++] |
---|
public: __property bool get_RelativeToMaxGain(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeToMaxGain( VARIANT_BOOL * pVal ); public: HRESULT put_RelativeToMaxGain( VARIANT_BOOL val ); |
[Java] |
---|
public bool getRelativeToMaxGain(); public void setRelativeToMaxGain( bool ); |