STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetAltitudeRefType(
    AgEVeAltitudeRef AltitudeRef
);
[Java]
public void setAltitudeRefType(
    AgEVeAltitudeRef AltitudeRef
);
[Python - STK API ]
def SetAltitudeRefType(self, AltitudeRef:"AgEVeAltitudeRef") -> None:

Parameters

AltitudeRef

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.