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





Windows & Linux

Description

Get the interface for an four point aerodynamics strategy.

Property type

Read-only property

Syntax

[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":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.