Height of target above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Target models the ground as an ellipsoid passing through the ground position. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property HeightAboveGround() As Double |
[C#] |
---|
public double HeightAboveGround {get; set;} |
[Managed C++] |
---|
public: __property double get_HeightAboveGround(); |
[Unmanaged C++] |
---|
public: HRESULT get_HeightAboveGround( double * pVal ); public: HRESULT put_HeightAboveGround( double val ); |
[Java] |
---|
public double getHeightAboveGround(); public void setHeightAboveGround( double ); |