AGI STK Objects 11 Send comments on this topic.
BacklobeGain Property (IAgAntennaModelHelix)
See Also 





Description

Gets or sets the back lobe gain.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_BacklobeGain();
public: __property void set_BacklobeGain(
double
);

[Unmanaged C++]
public: HRESULT get_BacklobeGain(
double * pRetVal
);
public: HRESULT put_BacklobeGain(
double NewBacklobeGain
);

[Java]
public double getBacklobeGain();public void setBacklobeGain(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1