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