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





Windows & Linux

Description

Get the aerodynamics interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Aerodynamics() As IAgAvtrMissileAero
[C#]
public IAgAvtrMissileAero Aerodynamics {get;}
[Managed C++]
public: __property IAgAvtrMissileAero ^ get_Aerodynamics();
[Unmanaged C++]
public: HRESULT get_Aerodynamics(
    IAgAvtrMissileAero ** ppRetVal
);
[Java]
public IAgAvtrMissileAero getAerodynamics();
[Python - STK API ]
@property
def Aerodynamics(self) -> "IAgAvtrMissileAero":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.