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