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