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





Windows & Linux

Description

Gets or sets the gain type

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GainType() As AgEHfssFfdGainType
[C#]
public AgEHfssFfdGainType GainType {get; set;}
[Managed C++]
public: __property AgEHfssFfdGainType get_GainType();
public: __property void set_GainType( AgEHfssFfdGainType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.