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 ComputeDeltaAltitude() As Double |
[C#] |
---|
public double ComputeDeltaAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_ComputeDeltaAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeDeltaAltitude( double * pVal ); public: HRESULT put_ComputeDeltaAltitude( double newVal ); |
[Java] |
---|
public double getComputeDeltaAltitude(); public void setComputeDeltaAltitude( double ); |