Description
Gets or sets the use back-lobe gain as
main-lobe attenuation flag.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseBacklobeAsMainlobeAtten() As Boolean
|
| [C#] |
public bool UseBacklobeAsMainlobeAtten {get; set;}
|
| [Managed C++] |
public: __property bool get_UseBacklobeAsMainlobeAtten();
public: __property void set_UseBacklobeAsMainlobeAtten(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseBacklobeAsMainlobeAtten(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBacklobeAsMainlobeAtten(
VARIANT_BOOL NewUseBacklobeAsMainlobeAtten
);
|
| [Java] |
public bool getUseBacklobeAsMainlobeAtten();public void setUseBacklobeAsMainlobeAtten(
bool
);
|
See Also