AGI STK Objects 11 Send comments on this topic.
ComputeMainlobeGain Property (IAgAntennaModelApertureCircularCosine)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1