Get the aircraft's configuration for the mission.
Read-only property
[Visual Basic .NET] |
---|
Public Property Configuration() As IAgAvtrConfiguration |
[C#] |
---|
public IAgAvtrConfiguration Configuration {get;} |
[Managed C++] |
---|
public: __property IAgAvtrConfiguration ^ get_Configuration(); |
[Unmanaged C++] |
---|
public: HRESULT get_Configuration( IAgAvtrConfiguration ** ppAvtrConfig ); |
[Java] |
---|
public IAgAvtrConfiguration getConfiguration(); |
[Python - STK API ] |
---|
@property def Configuration(self) -> "IAgAvtrConfiguration": |