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