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





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsAltitudeRefTypeSupported( _
   ByVal AltitudeRef As AgEVeAltitudeRef _
) As Boolean

[C#]
public bool IsAltitudeRefTypeSupported(
AgEVeAltitudeRef AltitudeRef
);

[Managed C++]
public: bool IsAltitudeRefTypeSupported(
AgEVeAltitudeRef AltitudeRef
);

[Java]
public bool isAltitudeRefTypeSupported(
AgEVeAltitudeRef AltitudeRef
);

[Unmanaged C++]
public: HRESULT IsAltitudeRefTypeSupported(
AgEVeAltitudeRef AltitudeRef,
VARIANT_BOOL * ReturnValue
);

Parameters

AltitudeRef
Member Value Description
eWayPtAltRefUnknown -1 Unknown.
eWayPtAltRefMSL 0 Referenced to Mean Sea Level.
eWayPtAltRefTerrain 1 Referenced to the terrain under the vehicle's route (if terrain sources are loaded into the scenario).
eWayPtAltRefWGS84 2 Referenced to the central body's reference ellipsoid (WGS84).
eWayPtAltRefEllipsoid 3 Referenced to the central body's reference ellipsoid.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1