 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 ComputeDeltaAlt() As Double
 | 
| [C#] | 
|---|
| public double ComputeDeltaAlt {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_ComputeDeltaAlt();public: __property void set_ComputeDeltaAlt(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_ComputeDeltaAlt(
    double * pVal
);
public: HRESULT put_ComputeDeltaAlt(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getComputeDeltaAlt();
public void setComputeDeltaAlt(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def ComputeDeltaAlt(self) -> float:
@ComputeDeltaAlt.setter
def ComputeDeltaAlt(self, newVal:float) -> None:
 | 
 See Also
See Also