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