STK AviatorSend comments on this topic.
TotalCGY Property (IAgAvtrConfiguration)
See Also
Windows





Windows & Linux

Description

Get the Y value of the aircraft's Total CG position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TotalCGY() As Double
[C#]
public double TotalCGY {get;}
[Managed C++]
public: __property double get_TotalCGY();
[Unmanaged C++]
public: HRESULT get_TotalCGY(
    double * pRetVal
);
[Java]
public double getTotalCGY();
[Python - STK API ]
@property
def TotalCGY(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.