STK ObjectsSend comments on this topic.
MaxGain Property (IAgAntennaModelOpticalSimple)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum gain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxGain() As Double
[C#]
public double MaxGain {get; set;}
[Managed C++]
public: __property double get_MaxGain();
public: __property void set_MaxGain( double );
[Unmanaged C++]
public: HRESULT get_MaxGain(
    double * pVal
);
public: HRESULT put_MaxGain(
    double val
);
[Java]
public double getMaxGain();
public void setMaxGain(
    double
);
[Python - STK API ]
@property
def MaxGain(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.