Gets or sets the option to include the element factor in the gain response.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeElementFactor() As Boolean |
[C#] |
---|
public bool IncludeElementFactor {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeElementFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeElementFactor( VARIANT_BOOL * pVal ); public: HRESULT put_IncludeElementFactor( VARIANT_BOOL val ); |
[Java] |
---|
public bool getIncludeElementFactor(); public void setIncludeElementFactor( bool ); |