Flag controls whether extrapolation is used past the minimum target altitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseExtrapolation() As Boolean |
[C#] |
---|
public bool UseExtrapolation {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseExtrapolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseExtrapolation( VARIANT_BOOL * pVal ); public: HRESULT put_UseExtrapolation( VARIANT_BOOL bVal ); |
[Java] |
---|
public bool getUseExtrapolation(); public void setUseExtrapolation( bool ); |