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






Windows & Linux

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
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.