STK AviatorSend comments on this topic.
AeroStrategy Property (IAgAvtrAdvFixedWingTool)
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 AgEAvtrAdvFixedWingAeroStrategy
[C#]
public AgEAvtrAdvFixedWingAeroStrategy AeroStrategy {get; set;}
[Managed C++]
public: __property AgEAvtrAdvFixedWingAeroStrategy get_AeroStrategy();
public: __property void set_AeroStrategy( AgEAvtrAdvFixedWingAeroStrategy );
[Unmanaged C++]
public: HRESULT get_AeroStrategy(
    AgEAvtrAdvFixedWingAeroStrategy * pVal
);
public: HRESULT put_AeroStrategy(
    AgEAvtrAdvFixedWingAeroStrategy newVal
);
[Java]
public AgEAvtrAdvFixedWingAeroStrategy getAeroStrategy();
public void setAeroStrategy(
    AgEAvtrAdvFixedWingAeroStrategy
);
[Python - STK API ]
@property
def AeroStrategy(self) -> "AgEAvtrAdvFixedWingAeroStrategy":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.