The altitude at which the boresight vector grazes the central body. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property GrazingAlt() As Double |
[C#] |
---|
public double GrazingAlt {get; set;} |
[Managed C++] |
---|
public: __property double get_GrazingAlt(); |
[Unmanaged C++] |
---|
public: HRESULT get_GrazingAlt( double * pVal ); public: HRESULT put_GrazingAlt( double pVal ); |
[Java] |
---|
public double getGrazingAlt(); public void setGrazingAlt( double ); |