STK AviatorSend comments on this topic.
RefAltitude Property (IAgAvtrAeroPropManeuverModeHelper)
See Also
Windows





Windows & Linux

Description

Gets or sets the reference altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefAltitude() As Double
[C#]
public double RefAltitude {get; set;}
[Managed C++]
public: __property double get_RefAltitude();
public: __property void set_RefAltitude( double );
[Unmanaged C++]
public: HRESULT get_RefAltitude(
    double * pVal
);
public: HRESULT put_RefAltitude(
    double newVal
);
[Java]
public double getRefAltitude();
public void setRefAltitude(
    double
);
[Python - STK API ]
@property
def RefAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.