Gets or sets the option to enable the ITU 618 Section 2.5 model for computing total propagation loss.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableITU618Section2p5() As Boolean |
[C#] |
---|
public bool EnableITU618Section2p5 {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableITU618Section2p5(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableITU618Section2p5( VARIANT_BOOL * pVal ); public: HRESULT put_EnableITU618Section2p5( VARIANT_BOOL val ); |
[Java] |
---|
public bool getEnableITU618Section2p5(); public void setEnableITU618Section2p5( bool ); |