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