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++] |
---|
public: HRESULT get_GainType( AgEHfssFfdGainType * pVal ); public: HRESULT put_GainType( AgEHfssFfdGainType val ); |
[Java] |
---|
public AgEHfssFfdGainType getGainType(); public void setGainType( AgEHfssFfdGainType ); |
[Python - STK API ] |
---|
@property def GainType(self) -> "AgEHfssFfdGainType": @GainType.setter def GainType(self, val:"AgEHfssFfdGainType") -> None: |