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






Windows & Linux

Description

The default altitude used when the first waypoint is added. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DefaultAltitude();
public: __property void set_DefaultAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_DefaultAltitude(
double * pRetVal
);
public: HRESULT put_DefaultAltitude(
double NewDefaultAltitude
);

[Java]
public double getDefaultAltitude();public void setDefaultAltitude(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface