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






Windows & Linux

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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.