Gets or sets the gain type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property GainType() As AgEHfssFfdGainType |
| [C#] |
|---|
public AgEHfssFfdGainType GainType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEHfssFfdGainType get_GainType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEHfssFfdGainType getGainType(); public void setGainType( AgEHfssFfdGainType ); |
[Python - STK API ] |
|---|
@property def GainType(self) -> "AgEHfssFfdGainType": @GainType.setter def GainType(self, val:"AgEHfssFfdGainType") -> None: |






