STK ObjectsSend comments on this topic.
UserGainFactor Property (IAgAntennaModelANSYSffdFormat)
See Also
Windows





Windows & Linux

Description

Gets or sets the User Gain Factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UserGainFactor() As Double
[C#]
public double UserGainFactor {get; set;}
[Managed C++]
public: __property double get_UserGainFactor();
public: __property void set_UserGainFactor( double );
[Unmanaged C++]
public: HRESULT get_UserGainFactor(
    double * pVal
);
public: HRESULT put_UserGainFactor(
    double val
);
[Java]
public double getUserGainFactor();
public void setUserGainFactor(
    double
);
[Python - STK API ]
@property
def UserGainFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.