STK ObjectsSend comments on this topic.
BearingEllipse Property (IAgVeVOOrbitProximity)
See Also
Windows





Windows & Linux

Description

Get the parameters for a bearing ellipse, defining an ellipse, relative to a bearing from the North, around the object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.