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





Windows & Linux

Description

Get the total weight of the aircraft.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.