Description
The altitude at which the boresight vector grazes the central body. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property GrazingAlt() As Double
|
| [C#] |
|---|
public double GrazingAlt {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_GrazingAlt(); public: __property void set_GrazingAlt(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_GrazingAlt(
double * pVal
);
public: HRESULT put_GrazingAlt(
double pVal
);
|
| [Java] |
|---|
public double getGrazingAlt();
public void setGrazingAlt(
double
);
|
| [Python - STK API] |
|---|
@property
def GrazingAlt(self) -> float:
@GrazingAlt.setter
def GrazingAlt(self, pVal:float) -> None:
|
See Also