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





Windows & Linux

Description

Get the interface for a four point aerodynamics strategy.

Property type

Read-only property

Syntax

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.