 Description
Description
The maximum change in altitude in a computed segment before the data is sampled again.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property ComputeDeltaAltitude() As Double
 | 
| [C#] | 
|---|
| public double ComputeDeltaAltitude {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_ComputeDeltaAltitude();public: __property void set_ComputeDeltaAltitude(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_ComputeDeltaAltitude(
    double * pVal
);
public: HRESULT put_ComputeDeltaAltitude(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getComputeDeltaAltitude();
public void setComputeDeltaAltitude(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def ComputeDeltaAltitude(self) -> float:
@ComputeDeltaAltitude.setter
def ComputeDeltaAltitude(self, newVal:float) -> None:
 | 
 See Also
See Also