AGI STK Objects 11Send comments on this topic.
SetAltitudeRefType Method (IAgVePropagatorGreatArc)
See Also 
AltitudeRef
Windows






Windows & Linux

Description

Specifies Waypoint Altitude Reference.

Syntax

[Visual Basic .NET]
Public Sub SetAltitudeRefType( _
   ByVal AltitudeRef As AgEVeAltitudeRef _
) 
[C#]
public void SetAltitudeRefType(
   AgEVeAltitudeRef AltitudeRef
);
[Managed C++]
public: void SetAltitudeRefType(
   AgEVeAltitudeRef AltitudeRef
);
[Java]
public  setAltitudeRefType(
   AgEVeAltitudeRef AltitudeRef
);
[Unmanaged C++]
public: HRESULT SetAltitudeRefType(
   AgEVeAltitudeRef AltitudeRef
);

Parameters

AltitudeRef
MemberValueDescription
eWayPtAltRefUnknown-1Unknown.
eWayPtAltRefMSL0Referenced to Mean Sea Level.
eWayPtAltRefTerrain1Referenced to the terrain under the vehicle's route (if terrain sources are loaded into the scenario).
eWayPtAltRefWGS842Referenced to the central body's reference ellipsoid (WGS84).
eWayPtAltRefEllipsoid3Referenced to the central body's reference ellipsoid.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.