STK AviatorSend comments on this topic.
Configuration Property (IAgAvtrMission)
See Also
Windows





Windows & Linux

Description

Get the aircraft's configuration for the mission.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.