Gets or sets the altitude reference for the runway.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AltitudeRef() As AgEAvtrAGLMSL |
| [C#] |
|---|
public AgEAvtrAGLMSL AltitudeRef {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAGLMSL get_AltitudeRef(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAGLMSL getAltitudeRef(); public void setAltitudeRef( AgEAvtrAGLMSL ); |
[Python - STK API ] |
|---|
@property def AltitudeRef(self) -> "AgEAvtrAGLMSL": @AltitudeRef.setter def AltitudeRef(self, newVal:"AgEAvtrAGLMSL") -> None: |






