Description
Height of facility above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Facility 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 * pVal
);
public: HRESULT put_HeightAboveGround(
double val
);
|
[Java] |
---|
public double getHeightAboveGround();
public void setHeightAboveGround(
double
);
|
See Also