Description
Gets or sets the option for computing the mainlobe gain.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ComputeMainlobeGain() As Boolean
|
[C#] |
---|
public bool ComputeMainlobeGain {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ComputeMainlobeGain(); public: __property void set_ComputeMainlobeGain(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ComputeMainlobeGain(
VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeMainlobeGain(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getComputeMainlobeGain();
public void setComputeMainlobeGain(
bool
);
|
[Python - STK API] |
---|
@property
def ComputeMainlobeGain(self) -> bool:
@ComputeMainlobeGain.setter
def ComputeMainlobeGain(self, val:bool) -> None:
|
See Also