STK AviatorSend comments on this topic.
RelativeAltitudeChange Property (IAgAvtrBasicManeuverStrategyAutopilotProf)
See Also
Windows





Windows & Linux

Description

Gets or sets the relative altitude change for the specify altitude change mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeAltitudeChange() As Double
[C#]
public double RelativeAltitudeChange {get; set;}
[Managed C++]
public: __property double get_RelativeAltitudeChange();
public: __property void set_RelativeAltitudeChange( double );
[Unmanaged C++]
public: HRESULT get_RelativeAltitudeChange(
    double * pVal
);
public: HRESULT put_RelativeAltitudeChange(
    double newVal
);
[Java]
public double getRelativeAltitudeChange();
public void setRelativeAltitudeChange(
    double
);
[Python - STK API ]
@property
def RelativeAltitudeChange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.