AGI STK Objects 11 Send comments on this topic.
Altitude Property (IAgVeWaypointsElement)
See Also 
Windows






Windows & Linux

Description

Altitude of the waypoint. Changes in altitude take effect linearly between two waypoints. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Altitude();
public: __property void set_Altitude(
double
);

[Unmanaged C++]
public: HRESULT get_Altitude(
double * pRetVal
);
public: HRESULT put_Altitude(
double NewAltitude
);

[Java]
public double getAltitude();public void setAltitude(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface