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