Gets or sets the maximum change in altitude in a computed segment before the data is sampled again.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputeDeltaAlt() As Double |
[C#] |
---|
public double ComputeDeltaAlt {get; set;} |
[Managed C++] |
---|
public: __property double get_ComputeDeltaAlt(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeDeltaAlt( double * pVal ); public: HRESULT put_ComputeDeltaAlt( double newVal ); |
[Java] |
---|
public double getComputeDeltaAlt(); public void setComputeDeltaAlt( double ); |