Description
Gets or sets the option for using the back
lobe gain as a main lobe gain attenuation.
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