STK ObjectsSend comments on this topic.
HeightAboveGround Property (IAgFacility)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def HeightAboveGround(self) -> float:

@HeightAboveGround.setter
def HeightAboveGround(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.