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++] |
---|
public: HRESULT get_AltitudeRef( AgEAvtrAGLMSL * pVal ); public: HRESULT put_AltitudeRef( AgEAvtrAGLMSL newVal ); |
[Java] |
---|
public AgEAvtrAGLMSL getAltitudeRef(); public void setAltitudeRef( AgEAvtrAGLMSL ); |
[Python - STK API ] |
---|
@property def AltitudeRef(self) -> "AgEAvtrAGLMSL": @AltitudeRef.setter def AltitudeRef(self, newVal:"AgEAvtrAGLMSL") -> None: |