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 * pRetVal ); public: HRESULT put_ComputeMainlobeGain( VARIANT_BOOL NewComputeMainlobeGain );
|
[Java] |
---|
public bool getComputeMainlobeGain();public void setComputeMainlobeGain( bool );
|
See Also