AGI STK Objects 11 Send comments on this topic.
Alt Property (IAgLLAGeodetic)
See Also 





Description

Altitude measured along the normal to the surface of an ellipsoid defined with reference to the central body. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Alt() As Double

[C#]
public double Alt {get; set;}

[Managed C++]
public: __property double get_Alt();
public: __property void set_Alt(
double
);

[Unmanaged C++]
public: HRESULT get_Alt(
double * pRetVal
);
public: HRESULT put_Alt(
double NewAlt
);

[Java]
public double getAlt();public void setAlt(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1