Get the aircraft's default configuration as saved in the catalog.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property DefaultConfiguration() As IAgAvtrConfiguration |
| [C#] |
|---|
public IAgAvtrConfiguration DefaultConfiguration {get;} |
| [Managed C++] |
|---|
public: __property IAgAvtrConfiguration ^ get_DefaultConfiguration(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrConfiguration getDefaultConfiguration(); |
[Python - STK API ] |
|---|
@property def DefaultConfiguration(self) -> "IAgAvtrConfiguration": |






