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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.