STK AviatorSend comments on this topic.
AeroStrategy Property (IAgAvtrMissileAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the aerodynamic strategy type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AeroStrategy() As AgEAvtrMissileAeroStrategy
[C#]
public AgEAvtrMissileAeroStrategy AeroStrategy {get; set;}
[Managed C++]
public: __property AgEAvtrMissileAeroStrategy get_AeroStrategy();
public: __property void set_AeroStrategy( AgEAvtrMissileAeroStrategy );
[Unmanaged C++]
public: HRESULT get_AeroStrategy(
    AgEAvtrMissileAeroStrategy * pVal
);
public: HRESULT put_AeroStrategy(
    AgEAvtrMissileAeroStrategy newVal
);
[Java]
public AgEAvtrMissileAeroStrategy getAeroStrategy();
public void setAeroStrategy(
    AgEAvtrMissileAeroStrategy
);
[Python - STK API ]
@property
def AeroStrategy(self) -> "AgEAvtrMissileAeroStrategy":

@AeroStrategy.setter
def AeroStrategy(self, newVal:"AgEAvtrMissileAeroStrategy") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.