STK ObjectsSend comments on this topic.
AltitudeRef Property (IAgVePropagatorGreatArc)
See Also
Windows





Windows & Linux

Description

Get the altitude reference.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AltitudeRef() As IAgVeWayPtAltitudeRef
[C#]
public IAgVeWayPtAltitudeRef AltitudeRef {get;}
[Managed C++]
public: __property IAgVeWayPtAltitudeRef ^ get_AltitudeRef();
[Unmanaged C++]
public: HRESULT get_AltitudeRef(
    IAgVeWayPtAltitudeRef ** ppVal
);
[Java]
public IAgVeWayPtAltitudeRef getAltitudeRef();
[Python - STK API ]
@property
def AltitudeRef(self) -> "IAgVeWayPtAltitudeRef":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.