STK AviatorSend comments on this topic.
MaxAltitude Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum altitude at which the rotorcraft is capable of operating.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxAltitude() As Double
[C#]
public double MaxAltitude {get; set;}
[Managed C++]
public: __property double get_MaxAltitude();
public: __property void set_MaxAltitude( double );
[Unmanaged C++]
public: HRESULT get_MaxAltitude(
    double * pVal
);
public: HRESULT put_MaxAltitude(
    double newVal
);
[Java]
public double getMaxAltitude();
public void setMaxAltitude(
    double
);
[Python - STK API ]
@property
def MaxAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.