STK AviatorSend comments on this topic.
DefaultConfiguration Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Get the aircraft's default configuration as saved in the catalog.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DefaultConfiguration() As IAgAvtrConfiguration
[C#]
public IAgAvtrConfiguration DefaultConfiguration {get;}
[Managed C++]
public: __property IAgAvtrConfiguration ^ get_DefaultConfiguration();
[Unmanaged C++]
public: HRESULT get_DefaultConfiguration(
    IAgAvtrConfiguration ** ppAvtrConfig
);
[Java]
public IAgAvtrConfiguration getDefaultConfiguration();
[Python - STK API ]
@property
def DefaultConfiguration(self) -> "IAgAvtrConfiguration":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.