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





Windows & Linux

Description

Gets or sets the max landing weight of the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLandingWeight() As Double
[C#]
public double MaxLandingWeight {get; set;}
[Managed C++]
public: __property double get_MaxLandingWeight();
public: __property void set_MaxLandingWeight( double );
[Unmanaged C++]
public: HRESULT get_MaxLandingWeight(
    double * pRetVal
);
public: HRESULT put_MaxLandingWeight(
    double newVal
);
[Java]
public double getMaxLandingWeight();
public void setMaxLandingWeight(
    double
);
[Python - STK API ]
@property
def MaxLandingWeight(self) -> float:

@MaxLandingWeight.setter
def MaxLandingWeight(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.