Gets the RF STC.
Read-only property
[Visual Basic .NET] |
---|
Public Property RFStc() As IAgRadarStcAttenuation |
[C#] |
---|
public IAgRadarStcAttenuation RFStc {get;} |
[Managed C++] |
---|
public: __property IAgRadarStcAttenuation ^ get_RFStc(); |
[Unmanaged C++] |
---|
public: HRESULT get_RFStc( IAgRadarStcAttenuation ** ppRetVal ); |
[Java] |
---|
public IAgRadarStcAttenuation getRFStc(); |
[Python - STK API ] |
---|
@property def RFStc(self) -> "IAgRadarStcAttenuation": |