Get the interface for a four point aerodynamics strategy.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsFourPoint() As IAgAvtrFourPointAero |
[C#] |
---|
public IAgAvtrFourPointAero ModeAsFourPoint {get;} |
[Managed C++] |
---|
public: __property IAgAvtrFourPointAero ^ get_ModeAsFourPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsFourPoint( IAgAvtrFourPointAero ** ppRetVal ); |
[Java] |
---|
public IAgAvtrFourPointAero getModeAsFourPoint(); |
[Python - STK API ] |
---|
@property def ModeAsFourPoint(self) -> "IAgAvtrFourPointAero": |