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