STK ObjectsSend comments on this topic.
MainlobeGain Property (IAgAntennaModelItuS731)
See Also
Windows





Windows & Linux

Description

Gets or sets the main-lobe 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 * pVal
);
public: HRESULT put_MainlobeGain(
    double val
);
[Java]
public double getMainlobeGain();
public void setMainlobeGain(
    double
);
[Python - STK API ]
@property
def MainlobeGain(self) -> float:

@MainlobeGain.setter
def MainlobeGain(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.