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
);
|
See Also