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