AGI STK Objects 11 Send comments on this topic.
MainlobeGain Property (IAgAntennaModelApertureCircularBessel)
See Also 
Windows






Windows & Linux

Description

Gets or sets the mainlobe gain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MainlobeGain() As Double

[C#]
public double MainlobeGain {get; set;}

[Managed C++]
public: __property double get_MainlobeGain();
public: __property void set_MainlobeGain(
double
);

[Unmanaged C++]
public: HRESULT get_MainlobeGain(
double * pRetVal
);
public: HRESULT put_MainlobeGain(
double NewMainlobeGain
);

[Java]
public double getMainlobeGain();public void setMainlobeGain(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface