STK ObjectsSend comments on this topic.
RFEnvironment Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Returns the RF environment.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.