Reference altitude for waypoints.
Read-only property
[Visual Basic .NET] |
---|
Public Property AltitudeRefType() As AgEVeAltitudeRef |
[C#] |
---|
public AgEVeAltitudeRef AltitudeRefType {get;} |
[Managed C++] |
---|
public: __property AgEVeAltitudeRef get_AltitudeRefType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeRefType( AgEVeAltitudeRef * pVal ); |
[Java] |
---|
public AgEVeAltitudeRef getAltitudeRefType(); |
[Python - STK API ] |
---|
@property def AltitudeRefType(self) -> "AgEVeAltitudeRef": |